summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmllistmodel.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:24:08 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:24:08 (GMT)
commit11baee94956f23ff76757040ab10fb3d632d5b42 (patch)
tree3cb9582c5f0f33c64df118e1fadbfcde50c0d8c6 /src/declarative/util/qmllistmodel.cpp
parent5247ee562f76a51b8a81735d7da709d1b9b63796 (diff)
downloadQt-11baee94956f23ff76757040ab10fb3d632d5b42.zip
Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.gz
Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.bz2
Undo most of 913dd563064e8047fe738fc9c79135adfb928977
It seems we're going to have to so a syncqt/configure in Qt modules.
Diffstat (limited to 'src/declarative/util/qmllistmodel.cpp')
-rw-r--r--src/declarative/util/qmllistmodel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/declarative/util/qmllistmodel.cpp b/src/declarative/util/qmllistmodel.cpp
index 2ba4c35..d4cce0c 100644
--- a/src/declarative/util/qmllistmodel.cpp
+++ b/src/declarative/util/qmllistmodel.cpp
@@ -42,12 +42,12 @@
#include <QtCore/qdebug.h>
#include <QtCore/qstack.h>
#include <QXmlStreamReader>
-#include "qmlcustomparser_p.h"
-#include "qmlparser_p.h"
-#include "qmlopenmetaobject_p.h"
-#include "qmlengine_p.h"
+#include <private/qmlcustomparser_p.h>
+#include <private/qmlparser_p.h>
+#include <private/qmlopenmetaobject_p.h>
+#include <private/qmlengine_p.h>
#include <qmlcontext.h>
-#include "qmllistmodel_p.h"
+#include <private/qmllistmodel_p.h>
#include <QtScript/qscriptvalueiterator.h>
#include "qmlinfo.h"