summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginescript.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-07-07 14:20:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-09 14:02:32 +0000
commitaf91351b817e28e26c4b00c04de1017e6dcf2f67 (patch)
tree108a8d9246cdd10a7189433aa94795b9492e5780 /src/core/api/qwebenginescript.h
parent8d09b67cf964c0a83c435f82ca2ed29bf60c35e3 (diff)
Fix Qt include conventions in public headers
Specify the module and use the .h files. Change-Id: I7c2bb1a635d10e25c874f18736120efde6ce2ca4 Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 3b363345a3e75eb10827f67b995ae9472a6d0e8e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/core/api/qwebenginescript.h')
-rw-r--r--src/core/api/qwebenginescript.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/api/qwebenginescript.h b/src/core/api/qwebenginescript.h
index a43f485a1..03964932c 100644
--- a/src/core/api/qwebenginescript.h
+++ b/src/core/api/qwebenginescript.h
@@ -41,9 +41,9 @@
#define QWEBENGINESCRIPT_H
#include <QtWebEngineCore/qtwebenginecoreglobal.h>
-#include <QtCore/QUrl>
-#include <QtCore/QObject>
-#include <QtCore/QSharedDataPointer>
+#include <QtCore/qurl.h>
+#include <QtCore/qobject.h>
+#include <QtCore/qshareddata.h>
namespace QtWebEngineCore {
class UserScript;