summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>