summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/layouts/tst_layouts.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:21:58 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:21:58 (GMT)
commit9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6 (patch)
treeccaee490b141ecaedfa077d2f4b413192eaf9bf0 /tests/auto/declarative/layouts/tst_layouts.cpp
parent564894627debad93433f16506ccf32afeb23d004 (diff)
downloadQt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.zip
Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.gz
Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.bz2
Fixup mistakes following renaming files
Diffstat (limited to 'tests/auto/declarative/layouts/tst_layouts.cpp')
-rw-r--r--tests/auto/declarative/layouts/tst_layouts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/layouts/tst_layouts.cpp b/tests/auto/declarative/layouts/tst_layouts.cpp
index 0a97768..2d9f7e8 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_p.h>
+#include <private/qlistmodelinterface_p.h>
#include <qmlview.h>
-#include <qmlgraphicsrect_p.h>
+#include <private/qmlgraphicsrect_p.h>
#include <qmlexpression.h>
class tst_QmlGraphicsLayouts : public QObject