aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--tests/auto/qtquick1/qdeclarativeanchors/tst_qdeclarativeanchors.cpp2
-rw-r--r--tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp2
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/tst_qdeclarativetextedit.cpp2
3 files changed, 3 insertions, 3 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>
diff --git a/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp b/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
index 61daebb903..fdd9c727a4 100644
--- a/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
+++ b/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
@@ -49,7 +49,7 @@
#include <QGraphicsSceneMouseEvent>
#include <qmath.h>
#include <QtQuick1/QDeclarativeView>
-#include <QtWidgets/5.0.0/QtWidgets/private/qapplication_p.h>
+#include <private/qapplication_p.h>
#include <limits.h>
#include "testhttpserver.h"
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/tst_qdeclarativetextedit.cpp b/tests/auto/qtquick1/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
index f6af1297bb..f64688eb19 100644
--- a/tests/auto/qtquick1/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
+++ b/tests/auto/qtquick1/qdeclarativetextedit/tst_qdeclarativetextedit.cpp
@@ -57,7 +57,7 @@
#include <QInputContext>
#include <QClipboard>
#include <QMimeData>
-#include <QtWidgets/5.0.0/QtWidgets/private/qapplication_p.h>
+#include <private/qapplication_p.h>
#include <private/qtextcontrol_p.h>
Q_DECLARE_METATYPE(QDeclarative1TextEdit::SelectionMode)