summaryrefslogtreecommitdiffstats
path: root/src/core/user_notification_controller.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/user_notification_controller.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/user_notification_controller.h')
-rw-r--r--src/core/user_notification_controller.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/user_notification_controller.h b/src/core/user_notification_controller.h
index f0d7e348f..b710641d0 100644
--- a/src/core/user_notification_controller.h
+++ b/src/core/user_notification_controller.h
@@ -40,11 +40,11 @@
#ifndef DESKTOP_NOTIFICATION_CONTROLLER_H
#define DESKTOP_NOTIFICATION_CONTROLLER_H
-#include "qtwebenginecoreglobal.h"
+#include <QtWebEngineCore/qtwebenginecoreglobal.h>
-#include <QtCore/QSharedPointer>
-#include <QtCore/QUrl>
-#include <QtGui/QImage>
+#include <QtCore/qsharedpointer.h>
+#include <QtCore/qurl.h>
+#include <QtGui/qimage.h>
class GURL;