summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:12:18 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:12:18 (GMT)
commit564894627debad93433f16506ccf32afeb23d004 (patch)
treea96a4c6cc7cf4f8032bb915e08bbd0092a890e9c /tests/auto
parent44a0c19eae2099e6cdb44825123a4b8ee9a5bf20 (diff)
downloadQt-564894627debad93433f16506ccf32afeb23d004.zip
Qt-564894627debad93433f16506ccf32afeb23d004.tar.gz
Qt-564894627debad93433f16506ccf32afeb23d004.tar.bz2
Make private headers _p
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/anchors/tst_anchors.cpp4
-rw-r--r--tests/auto/declarative/animatedimage/tst_animatedimage.cpp6
-rw-r--r--tests/auto/declarative/animations/tst_animations.cpp2
-rw-r--r--tests/auto/declarative/behaviors/tst_behaviors.cpp2
-rw-r--r--tests/auto/declarative/datetimeformatter/tst_datetimeformatter.cpp2
-rw-r--r--tests/auto/declarative/layouts/tst_layouts.cpp4
-rw-r--r--tests/auto/declarative/listview/tst_listview.cpp6
-rw-r--r--tests/auto/declarative/numberformatter/tst_numberformatter.cpp4
-rw-r--r--tests/auto/declarative/pathview/tst_pathview.cpp8
-rw-r--r--tests/auto/declarative/qfxloader/tst_qfxloader.cpp2
-rw-r--r--tests/auto/declarative/qfxpixmapcache/tst_qfxpixmapcache.cpp2
-rw-r--r--tests/auto/declarative/qfxtext/tst_qfxtext.cpp2
-rw-r--r--tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp2
-rw-r--r--tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp2
-rw-r--r--tests/auto/declarative/qmllistaccessor/tst_qmllistaccessor.cpp2
-rw-r--r--tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp4
-rw-r--r--tests/auto/declarative/qmltimer/tst_qmltimer.cpp2
-rw-r--r--tests/auto/declarative/repeater/tst_repeater.cpp6
-rw-r--r--tests/auto/declarative/sql/tst_sql.cpp2
-rw-r--r--tests/auto/declarative/states/tst_states.cpp2
20 files changed, 33 insertions, 33 deletions
diff --git a/tests/auto/declarative/anchors/tst_anchors.cpp b/tests/auto/declarative/anchors/tst_anchors.cpp
index ec6a951..ed4c61e 100644
--- a/tests/auto/declarative/anchors/tst_anchors.cpp
+++ b/tests/auto/declarative/anchors/tst_anchors.cpp
@@ -2,8 +2,8 @@
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
#include <QtDeclarative/qmlview.h>
-#include <QtDeclarative/qmlgraphicsrect.h>
-#include <QtDeclarative/private/qmlgraphicsanchors_p.h>
+#include <private/qmlgraphicsrect_p.h>
+#include <QtDeclarative/private/qmlgraphicsanchors_p_p.h>
class tst_anchors : public QObject
diff --git a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
index 099daec..bedf97c 100644
--- a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
+++ b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
@@ -2,9 +2,9 @@
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
#include <QtDeclarative/qmlview.h>
-#include <QtDeclarative/qmlgraphicsrect.h>
-#include <QtDeclarative/qmlgraphicsimage.h>
-#include "qmlgraphicsanimatedimageitem.h"
+#include <private/qmlgraphicsrect_p.h>
+#include <private/qmlgraphicsimage_p.h>
+#include "qmlgraphicsanimatedimageitem_p.h"
class tst_animatedimage : public QObject
{
diff --git a/tests/auto/declarative/animations/tst_animations.cpp b/tests/auto/declarative/animations/tst_animations.cpp
index eaf4d14..cb535d4 100644
--- a/tests/auto/declarative/animations/tst_animations.cpp
+++ b/tests/auto/declarative/animations/tst_animations.cpp
@@ -2,7 +2,7 @@
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
#include <QtDeclarative/qmlview.h>
-#include <QtDeclarative/qmlgraphicsrect.h>
+#include <private/qmlgraphicsrect_p.h>
#include <QtDeclarative/QmlNumberAnimation>
class tst_animations : public QObject
diff --git a/tests/auto/declarative/behaviors/tst_behaviors.cpp b/tests/auto/declarative/behaviors/tst_behaviors.cpp
index b225a7d..ef2ce76 100644
--- a/tests/auto/declarative/behaviors/tst_behaviors.cpp
+++ b/tests/auto/declarative/behaviors/tst_behaviors.cpp
@@ -2,7 +2,7 @@
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
#include <QtDeclarative/qmlview.h>
-#include <QtDeclarative/qmlgraphicsrect.h>
+#include <private/qmlgraphicsrect_p.h>
#include <QtDeclarative/QmlNumberAnimation>
class tst_behaviors : public QObject
diff --git a/tests/auto/declarative/datetimeformatter/tst_datetimeformatter.cpp b/tests/auto/declarative/datetimeformatter/tst_datetimeformatter.cpp
index 556912e..8cc14d1 100644
--- a/tests/auto/declarative/datetimeformatter/tst_datetimeformatter.cpp
+++ b/tests/auto/declarative/datetimeformatter/tst_datetimeformatter.cpp
@@ -1,7 +1,7 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmldatetimeformatter.h>
+#include <private/qmldatetimeformatter_p.h>
#include <QDebug>
class tst_datetimeformatter : public QObject
diff --git a/tests/auto/declarative/layouts/tst_layouts.cpp b/tests/auto/declarative/layouts/tst_layouts.cpp
index 0b9e402..0a97768 100644
--- a/tests/auto/declarative/layouts/tst_layouts.cpp
+++ b/tests/auto/declarative/layouts/tst_layouts.cpp
@@ -1,7 +1,7 @@
#include <QtTest/QtTest>
-#include <qlistmodelinterface.h>
+#include <qlistmodelinterface_p.h>
#include <qmlview.h>
-#include <qmlgraphicsrect.h>
+#include <qmlgraphicsrect_p.h>
#include <qmlexpression.h>
class tst_QmlGraphicsLayouts : public QObject
diff --git a/tests/auto/declarative/listview/tst_listview.cpp b/tests/auto/declarative/listview/tst_listview.cpp
index 4e0f6cb..f38e721 100644
--- a/tests/auto/declarative/listview/tst_listview.cpp
+++ b/tests/auto/declarative/listview/tst_listview.cpp
@@ -1,8 +1,8 @@
#include <QtTest/QtTest>
-#include <qlistmodelinterface.h>
+#include <qlistmodelinterface_p.h>
#include <qmlview.h>
-#include <qmlgraphicslistview.h>
-#include <qmlgraphicstext.h>
+#include <qmlgraphicslistview_p.h>
+#include <qmlgraphicstext_p.h>
#include <qmlcontext.h>
#include <qmlexpression.h>
diff --git a/tests/auto/declarative/numberformatter/tst_numberformatter.cpp b/tests/auto/declarative/numberformatter/tst_numberformatter.cpp
index 412557f..ce6ec0a 100644
--- a/tests/auto/declarative/numberformatter/tst_numberformatter.cpp
+++ b/tests/auto/declarative/numberformatter/tst_numberformatter.cpp
@@ -2,8 +2,8 @@
#include <QDebug>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qnumberformat.h>
-#include <QtDeclarative/qmlnumberformatter.h>
+#include <private/qnumberformat_p.h>
+#include <private/qmlnumberformatter_p.h>
class tst_numberformat : public QObject
{
diff --git a/tests/auto/declarative/pathview/tst_pathview.cpp b/tests/auto/declarative/pathview/tst_pathview.cpp
index 013edf5..aa42832 100644
--- a/tests/auto/declarative/pathview/tst_pathview.cpp
+++ b/tests/auto/declarative/pathview/tst_pathview.cpp
@@ -1,9 +1,9 @@
#include <QtTest/QtTest>
-#include <qlistmodelinterface.h>
+#include <qlistmodelinterface_p.h>
#include <qmlview.h>
-#include <qmlgraphicspathview.h>
-#include <qmlgraphicstext.h>
-#include <qmlgraphicsrect.h>
+#include <qmlgraphicspathview_p.h>
+#include <qmlgraphicstext_p.h>
+#include <qmlgraphicsrect_p.h>
#include <qmlcontext.h>
#include <qmlexpression.h>
diff --git a/tests/auto/declarative/qfxloader/tst_qfxloader.cpp b/tests/auto/declarative/qfxloader/tst_qfxloader.cpp
index c54c151..4f8b5a0 100644
--- a/tests/auto/declarative/qfxloader/tst_qfxloader.cpp
+++ b/tests/auto/declarative/qfxloader/tst_qfxloader.cpp
@@ -1,7 +1,7 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicsloader.h>
+#include <private/qmlgraphicsloader_p.h>
class tst_qfxloader : public QObject
diff --git a/tests/auto/declarative/qfxpixmapcache/tst_qfxpixmapcache.cpp b/tests/auto/declarative/qfxpixmapcache/tst_qfxpixmapcache.cpp
index 14f3f19..e9f9a6f 100644
--- a/tests/auto/declarative/qfxpixmapcache/tst_qfxpixmapcache.cpp
+++ b/tests/auto/declarative/qfxpixmapcache/tst_qfxpixmapcache.cpp
@@ -1,6 +1,6 @@
#include <qtest.h>
#include <QtTest/QtTest>
-#include <QtDeclarative/qmlgraphicspixmapcache.h>
+#include <private/qmlgraphicspixmapcache_p.h>
#include <QtDeclarative/qmlengine.h>
#include <QNetworkReply>
diff --git a/tests/auto/declarative/qfxtext/tst_qfxtext.cpp b/tests/auto/declarative/qfxtext/tst_qfxtext.cpp
index 4011851..0014d8d 100644
--- a/tests/auto/declarative/qfxtext/tst_qfxtext.cpp
+++ b/tests/auto/declarative/qfxtext/tst_qfxtext.cpp
@@ -2,7 +2,7 @@
#include <QTextDocument>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicstext.h>
+#include <private/qmlgraphicstext_p.h>
#include <QFontMetrics>
class tst_qfxtext : public QObject
diff --git a/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp b/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp
index cab8666..94d1f85 100644
--- a/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp
+++ b/tests/auto/declarative/qfxtextedit/tst_qfxtextedit.cpp
@@ -6,7 +6,7 @@
#include <QtDeclarative/qmlcontext.h>
#include <QtDeclarative/qmlexpression.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicstextedit.h>
+#include <private/qmlgraphicstextedit_p.h>
#include <QFontMetrics>
#include <QmlView>
diff --git a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
index eeaef89..a03bd15 100644
--- a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
+++ b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
@@ -2,7 +2,7 @@
#include "../../../shared/util.h"
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicswebview.h>
+#include <private/qmlgraphicswebview_p.h>
#include <QtWebKit/qwebpage.h>
#include <QtWebKit/qwebframe.h>
#include <QtCore/qdir.h>
diff --git a/tests/auto/declarative/qmllistaccessor/tst_qmllistaccessor.cpp b/tests/auto/declarative/qmllistaccessor/tst_qmllistaccessor.cpp
index f5b57ea..7bcd96d 100644
--- a/tests/auto/declarative/qmllistaccessor/tst_qmllistaccessor.cpp
+++ b/tests/auto/declarative/qmllistaccessor/tst_qmllistaccessor.cpp
@@ -1,6 +1,6 @@
#include <qtest.h>
#include <QtDeclarative/qml.h>
-#include <QtDeclarative/qmllistaccessor.h>
+#include <private/qmllistaccessor_p.h>
class tst_QmlListAccessor : public QObject
{
diff --git a/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp b/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
index f3e62ab..0976e84 100644
--- a/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
+++ b/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
@@ -1,9 +1,9 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcontext.h>
-#include <QtDeclarative/qmlpropertymap.h>
+#include <private/qmlpropertymap_p.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicstext.h>
+#include <private/qmlgraphicstext_p.h>
#include <QSignalSpy>
class tst_QmlPropertyMap : public QObject
diff --git a/tests/auto/declarative/qmltimer/tst_qmltimer.cpp b/tests/auto/declarative/qmltimer/tst_qmltimer.cpp
index 15b558f..3602fc7 100644
--- a/tests/auto/declarative/qmltimer/tst_qmltimer.cpp
+++ b/tests/auto/declarative/qmltimer/tst_qmltimer.cpp
@@ -1,7 +1,7 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmltimer.h>
+#include <private/qmltimer_p.h>
class tst_qmltimer : public QObject
{
diff --git a/tests/auto/declarative/repeater/tst_repeater.cpp b/tests/auto/declarative/repeater/tst_repeater.cpp
index 8354005..ca056fa 100644
--- a/tests/auto/declarative/repeater/tst_repeater.cpp
+++ b/tests/auto/declarative/repeater/tst_repeater.cpp
@@ -1,8 +1,8 @@
#include <QtTest/QtTest>
-#include <qlistmodelinterface.h>
+#include <qlistmodelinterface_p.h>
#include <qmlview.h>
-#include <qmlgraphicsrepeater.h>
-#include <qmlgraphicstext.h>
+#include <qmlgraphicsrepeater_p.h>
+#include <qmlgraphicstext_p.h>
#include <qmlcontext.h>
class tst_QmlGraphicsRepeater : public QObject
diff --git a/tests/auto/declarative/sql/tst_sql.cpp b/tests/auto/declarative/sql/tst_sql.cpp
index ce73c0c..d398dc1 100644
--- a/tests/auto/declarative/sql/tst_sql.cpp
+++ b/tests/auto/declarative/sql/tst_sql.cpp
@@ -2,7 +2,7 @@
#include "../../../shared/util.h"
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicstext.h>
+#include <private/qmlgraphicstext_p.h>
#include <QtWebKit/qwebpage.h>
#include <QtWebKit/qwebframe.h>
#include <QtWebKit/qwebdatabase.h>
diff --git a/tests/auto/declarative/states/tst_states.cpp b/tests/auto/declarative/states/tst_states.cpp
index 218baf8..7855889 100644
--- a/tests/auto/declarative/states/tst_states.cpp
+++ b/tests/auto/declarative/states/tst_states.cpp
@@ -1,7 +1,7 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicsrect.h>
+#include <private/qmlgraphicsrect_p.h>
class tst_states : public QObject
{