summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlxmlhttprequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlxmlhttprequest.cpp')
-rw-r--r--src/declarative/qml/qmlxmlhttprequest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlxmlhttprequest.cpp b/src/declarative/qml/qmlxmlhttprequest.cpp
index f5100ef..18d3c55 100644
--- a/src/declarative/qml/qmlxmlhttprequest.cpp
+++ b/src/declarative/qml/qmlxmlhttprequest.cpp
@@ -41,16 +41,16 @@
#include <QtCore/qobject.h>
#include <qmlengine.h>
-#include "qmlengine_p.h"
+#include <private/qmlengine_p.h>
#include <QtScript/qscriptvalue.h>
#include <QtScript/qscriptcontext.h>
#include <QtScript/qscriptengine.h>
#include <QtNetwork/qnetworkreply.h>
#include <QtCore/qxmlstream.h>
-#include "qmlrefcount_p.h"
-#include "qmlengine_p.h"
+#include <private/qmlrefcount_p.h>
+#include <private/qmlengine_p.h>
#include <QtCore/qstack.h>
-#include "qmlxmlhttprequest_p.h"
+#include <private/qmlxmlhttprequest_p.h>
#include <QtCore/qdebug.h>