aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanchors
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-11-24 10:55:53 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-28 10:54:11 +0100
commit61d5f50af1eafa2955f5bbbf17e77b779e7f7bd3 (patch)
tree9e40e6925747e74618bfa4f3b83bced19ff5909c /tests/auto/qtquick1/qdeclarativeanchors
parentb35788fcd94f9e6e2bc6d7c57875240a9791c7ad (diff)
Fix test cases including headers with fixed Qt version
Change-Id: Id6a8e9bf732d3eab69f1ef337dde626845125507 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeanchors')
-rw-r--r--tests/auto/qtquick1/qdeclarativeanchors/tst_qdeclarativeanchors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeanchors/tst_qdeclarativeanchors.cpp b/tests/auto/qtquick1/qdeclarativeanchors/tst_qdeclarativeanchors.cpp
index e58e917492..5e83fe164b 100644
--- a/tests/auto/qtquick1/qdeclarativeanchors/tst_qdeclarativeanchors.cpp
+++ b/tests/auto/qtquick1/qdeclarativeanchors/tst_qdeclarativeanchors.cpp
@@ -41,7 +41,7 @@
#include <qtest.h>
#include <QSignalSpy>
#include <QtWidgets/QGraphicsWidget>
-#include <QtWidgets/5.0.0/QtWidgets/private/qgraphicsitem_p.h>
+#include <private/qgraphicsitem_p.h>
#include <QtDeclarative/qdeclarativeengine.h>
#include <QtDeclarative/qdeclarativecomponent.h>
#include <QtQuick1/qdeclarativeview.h>