aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2012-08-03 13:48:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-03 21:42:19 +0200
commit49496cf8812c33f2796289a455da105710567e1c (patch)
treed318b34b795502fd673d996c54e6d3edc99c7880 /tests/auto/quick/touchmouse
parentfb31b200bbb9bdc34f2e6477ccb8b3f7502e3913 (diff)
Don't use compatibility headers
Cleaning up after the QWindowSystemInterface header change. Change-Id: Icc2df3cfd441bf6b113602f17d9b843fbc8c75ba Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/quick/touchmouse')
-rw-r--r--tests/auto/quick/touchmouse/tst_touchmouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/touchmouse/tst_touchmouse.cpp b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
index b144d9c778..2615a99a2e 100644
--- a/tests/auto/quick/touchmouse/tst_touchmouse.cpp
+++ b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
@@ -50,7 +50,7 @@
#include <QtQuick/private/qquickmultipointtoucharea_p.h>
#include <QtQuick/private/qquickpincharea_p.h>
#include <QtQuick/private/qquickflickable_p.h>
-#include <QtGui/QWindowSystemInterface>
+#include <qpa/qwindowsysteminterface.h>
#include <private/qquickwindow_p.h>