summaryrefslogtreecommitdiff
path: root/src/core/api/qwebenginenavigationrequest.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-07-07 14:20:10 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-07-09 07:36:31 +0200
commit3b363345a3e75eb10827f67b995ae9472a6d0e8e (patch)
treee727508c1bfd1908fa71669161e284f827702683 /src/core/api/qwebenginenavigationrequest.h
parent3668c27dee6afe1ef0e05df4fc6c5a3450e84901 (diff)
downloadqtwebengine-3b363345a3e75eb10827f67b995ae9472a6d0e8e.tar.gz
Fix Qt include conventions in public headers
Specify the module and use the .h files. Pick-to: 6.2 Change-Id: I7c2bb1a635d10e25c874f18736120efde6ce2ca4 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/api/qwebenginenavigationrequest.h')
-rw-r--r--src/core/api/qwebenginenavigationrequest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/api/qwebenginenavigationrequest.h b/src/core/api/qwebenginenavigationrequest.h
index 45ed4fe6d..32ab00179 100644
--- a/src/core/api/qwebenginenavigationrequest.h
+++ b/src/core/api/qwebenginenavigationrequest.h
@@ -40,9 +40,9 @@
#ifndef QWEBENGINENAVIGATIONREQUEST_H
#define QWEBENGINENAVIGATIONREQUEST_H
-#include <qtwebenginecoreglobal.h>
-#include <QtCore/QObject>
-#include <QtCore/QUrl>
+#include <QtWebEngineCore/qtwebenginecoreglobal.h>
+#include <QtCore/qobject.h>
+#include <QtCore/qurl.h>
QT_BEGIN_NAMESPACE