aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdroparea
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/qquickdroparea
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/qquickdroparea')
-rw-r--r--tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
index 6e98027615..2580f620ef 100644
--- a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
+++ b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
@@ -48,7 +48,7 @@
#include <QtQml/qqmlexpression.h>
#include <qpa/qplatformdrag.h>
-#include <QtGui/QWindowSystemInterface>
+#include <qpa/qwindowsysteminterface.h>
template <typename T> static T evaluate(QObject *scope, const QString &expression)
{