summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-04-27 10:33:48 -0700
committerRJ Ryan <rryan@mixxx.org>2016-04-27 10:33:48 -0700
commitd920f19d95ba3ea89083cd65e7bbc0814f82b0c6 (patch)
tree13f9c20f3ef37e41213a92069fdfff1fca67b7fd /src/widget/wpushbutton.cpp
parent4c5995cc1fb6334ed8933d6db733376465deb17a (diff)
Move all Control classes to src/control.
Diffstat (limited to 'src/widget/wpushbutton.cpp')
-rw-r--r--src/widget/wpushbutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/wpushbutton.cpp b/src/widget/wpushbutton.cpp
index ebce08dc63..d6cb44403e 100644
--- a/src/widget/wpushbutton.cpp
+++ b/src/widget/wpushbutton.cpp
@@ -27,8 +27,8 @@
#include <QApplication>
#include "control/controlbehavior.h"
-#include "controlobject.h"
-#include "controlpushbutton.h"
+#include "control/controlobject.h"
+#include "control/controlpushbutton.h"
#include "util/debug.h"
#include "util/math.h"
#include "widget/wpixmapstore.h"