aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/windowsguidsdefs_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-22 11:16:27 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-22 11:42:26 +0000
commita11578635eef89765216c89c19c761af10dc1767 (patch)
treeea9e424f64c2c6b2bb17dfe73ef0bda0ddb48f72 /src/winextras/windowsguidsdefs_p.h
parent98853851dcf6b1ddc3012d9082bb75fe786f142a (diff)
Fix Qt include statements
Change #include <QtCore/QDebug>, #include <QDebug> to #include <QtCore/qdebug.h> according to the coding style. Change-Id: I45fa5e55222e6913972d743908c47480b23cd92c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/winextras/windowsguidsdefs_p.h')
-rw-r--r--src/winextras/windowsguidsdefs_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/winextras/windowsguidsdefs_p.h b/src/winextras/windowsguidsdefs_p.h
index d0e0788..73dc0e7 100644
--- a/src/winextras/windowsguidsdefs_p.h
+++ b/src/winextras/windowsguidsdefs_p.h
@@ -51,8 +51,8 @@
// We mean it.
//
-#include <QtGlobal>
-#include <qt_windows.h>
+#include <QtCore/qglobal.h>
+#include <QtCore/qt_windows.h>
QT_BEGIN_NAMESPACE