summaryrefslogtreecommitdiffstats
path: root/src/control/controlproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/controlproxy.cpp')
-rw-r--r--src/control/controlproxy.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/control/controlproxy.cpp b/src/control/controlproxy.cpp
index 5ca1f04630..51e7876f1a 100644
--- a/src/control/controlproxy.cpp
+++ b/src/control/controlproxy.cpp
@@ -1,7 +1,9 @@
+#include "control/controlproxy.h"
+
#include <QtDebug>
-#include "control/controlproxy.h"
#include "control/control.h"
+#include "moc_controlproxy.cpp"
ControlProxy::ControlProxy(const QString& g, const QString& i, QObject* pParent, ControlFlags flags)
: ControlProxy(ConfigKey(g, i), pParent, flags) {