summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/pathview
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/declarative/pathview
parent44a0c19eae2099e6cdb44825123a4b8ee9a5bf20 (diff)
downloadQt-564894627debad93433f16506ccf32afeb23d004.zip
Qt-564894627debad93433f16506ccf32afeb23d004.tar.gz
Qt-564894627debad93433f16506ccf32afeb23d004.tar.bz2
Make private headers _p
Diffstat (limited to 'tests/auto/declarative/pathview')
-rw-r--r--tests/auto/declarative/pathview/tst_pathview.cpp8
1 files changed, 4 insertions, 4 deletions
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>