summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-30 07:06:16 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-30 07:06:16 (GMT)
commitc2d149073d21d3b78367cce18c4173ac804942f2 (patch)
tree35974497b198b99692caf4f8849ef3060f8f054f
parent0bfdbc3c60d7966a8cdf20fe952aa195a1dab121 (diff)
downloadQt-c2d149073d21d3b78367cce18c4173ac804942f2.zip
Qt-c2d149073d21d3b78367cce18c4173ac804942f2.tar.gz
Qt-c2d149073d21d3b78367cce18c4173ac804942f2.tar.bz2
compile
-rw-r--r--src/declarative/extra/qmlxmllistmodel_p.h2
-rw-r--r--src/declarative/fx/qmlgraphicswebview.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/extra/qmlxmllistmodel_p.h b/src/declarative/extra/qmlxmllistmodel_p.h
index 7857629..18bf9d2 100644
--- a/src/declarative/extra/qmlxmllistmodel_p.h
+++ b/src/declarative/extra/qmlxmllistmodel_p.h
@@ -43,7 +43,7 @@
#define QMLXMLLISTMODEL_H
#include <QtDeclarative/qml.h>
-#include <QtDeclarative/QListModelInterface>
+#include <private/qlistmodelinterface_p.h>
#include <QtDeclarative/qmlinfo.h>
QT_BEGIN_HEADER
diff --git a/src/declarative/fx/qmlgraphicswebview.cpp b/src/declarative/fx/qmlgraphicswebview.cpp
index a035fe2..c6ab4c7 100644
--- a/src/declarative/fx/qmlgraphicswebview.cpp
+++ b/src/declarative/fx/qmlgraphicswebview.cpp
@@ -55,8 +55,8 @@
#include "qml.h"
#include "qmlengine.h"
-#include "qmlstate_p.h"
-#include "qlistmodelinterface_p.h"
+#include <private/qmlstate_p.h>
+#include <private/qlistmodelinterface_p.h>
#include "qmlgraphicswebview_p.h"
#include <private/qmlgraphicspainteditem_p_p.h>