aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/qml/qqmlabstracturlinterceptor.h2
-rw-r--r--src/qml/qml/qqmlfileselector.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlabstracturlinterceptor.h b/src/qml/qml/qqmlabstracturlinterceptor.h
index 4740b67adf..4bcaa89b4a 100644
--- a/src/qml/qml/qqmlabstracturlinterceptor.h
+++ b/src/qml/qml/qqmlabstracturlinterceptor.h
@@ -43,7 +43,7 @@
#define QQMLABSTRACTURLINTERCEPTOR_H
#include <QtCore/qurl.h>
-#include <qtqmlglobal.h>
+#include <QtQml/qtqmlglobal.h>
QT_BEGIN_NAMESPACE
diff --git a/src/qml/qml/qqmlfileselector.h b/src/qml/qml/qqmlfileselector.h
index 0152ce292a..2be221e0e4 100644
--- a/src/qml/qml/qqmlfileselector.h
+++ b/src/qml/qml/qqmlfileselector.h
@@ -45,7 +45,7 @@
#include <QtCore/QObject>
#include <QtCore/QUrl>
#include <QtQml/QQmlAbstractUrlInterceptor>
-#include <qtqmlglobal.h>
+#include <QtQml/qtqmlglobal.h>
QT_BEGIN_NAMESPACE