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
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-07-09 07:36:31 +0200
commit3b363345a3e75eb10827f67b995ae9472a6d0e8e (patch)
treee727508c1bfd1908fa71669161e284f827702683 /src/core/user_notification_controller.h
parent3668c27dee6afe1ef0e05df4fc6c5a3450e84901 (diff)
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/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;