aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2012-07-27 16:20:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 16:07:24 +0200
commit5ab6ff214336187807ff909358da36ab7954e9ec (patch)
treeee7c379ee10627d0b1b3230b87279137f86edf10 /tests/auto/quick/touchmouse
parent49b3865f99343d3b91392b2560e217f6f48438ea (diff)
Add includes for QWindowSystemInterface
QWindowsystemInterface will no longer be a public class Change-Id: Ibd815d377cbd553e8c3e99e99b337a9854647001 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Diffstat (limited to 'tests/auto/quick/touchmouse')
-rw-r--r--tests/auto/quick/touchmouse/tst_touchmouse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/touchmouse/tst_touchmouse.cpp b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
index e6ad773691..b144d9c778 100644
--- a/tests/auto/quick/touchmouse/tst_touchmouse.cpp
+++ b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
@@ -50,6 +50,7 @@
#include <QtQuick/private/qquickmultipointtoucharea_p.h>
#include <QtQuick/private/qquickpincharea_p.h>
#include <QtQuick/private/qquickflickable_p.h>
+#include <QtGui/QWindowSystemInterface>
#include <private/qquickwindow_p.h>