summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2014-01-08 20:19:59 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-09 00:10:07 +0100
commitf0f6c1d0edd8c71530b8e47b61d70aa55a0c6a0c (patch)
tree135281e9782b856b4c10e88a742662fdfc6e6063 /src
parent46b397d67f4f5e623364d73648478de623381b01 (diff)
Fix evdevtouch build with -qtnamespace
Change-Id: Ibac69cfa44eff33d8cc172fc16cf105fff4c12b1 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src')
-rw-r--r--src/platformsupport/input/evdevtouch/qevdevtouch_p.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/platformsupport/input/evdevtouch/qevdevtouch_p.h b/src/platformsupport/input/evdevtouch/qevdevtouch_p.h
index dbd401c297..d0ea839f51 100644
--- a/src/platformsupport/input/evdevtouch/qevdevtouch_p.h
+++ b/src/platformsupport/input/evdevtouch/qevdevtouch_p.h
@@ -48,13 +48,14 @@
#include <QThread>
#include <qpa/qwindowsysteminterface.h>
+#if !defined(QT_NO_MTDEV)
+struct mtdev;
+#endif
+
QT_BEGIN_NAMESPACE
class QSocketNotifier;
class QEvdevTouchScreenData;
-#if !defined(QT_NO_MTDEV)
-struct mtdev;
-#endif
class QEvdevTouchScreenHandler : public QObject
{