summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-07-06 02:18:20 -0500
committerBe <be@mixxx.org>2020-07-12 15:18:08 -0500
commit9c04291b2496384c944939f80be589089da57850 (patch)
tree25c4feff55d00cdc67e5ead2c41d0eec08340eb8 /src/control
parentfed2e1b59ab498fcd3901acd43619a0a89df1aff (diff)
reorganize controller scripting code
* Move src/controllers/engine to src/controllers/scripting * Create src/controllers/scripting/legacy subfolder * Rename ControllerEngine to ControllerScriptHandler * Rename ControllerEngineJSProxy to ControllerScriptInterface
Diffstat (limited to 'src/control')
-rw-r--r--src/control/controlobjectscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/controlobjectscript.h b/src/control/controlobjectscript.h
index acc6d9ceba..9c046efed1 100644
--- a/src/control/controlobjectscript.h
+++ b/src/control/controlobjectscript.h
@@ -5,7 +5,7 @@
#include "control/controlproxy.h"
#include "controllers/controllerdebug.h"
-#include "controllers/engine/scriptconnection.h"
+#include "controllers/scripting/legacy/scriptconnection.h"
// this is used for communicate with controller scripts
class ControlObjectScript : public ControlProxy {