summaryrefslogtreecommitdiffstats
path: root/hoverwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hoverwindow.cpp')
-rw-r--r--hoverwindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/hoverwindow.cpp b/hoverwindow.cpp
index 5c9db7a..db1be8a 100644
--- a/hoverwindow.cpp
+++ b/hoverwindow.cpp
@@ -5,9 +5,9 @@
2 of the License, or (at your option) any later version.
*/
-#include <QHBoxLayout>
-#include <QLabel>
-#include <QDesktopWidget>
+#include <QtWidgets/QHBoxLayout>
+#include <QtWidgets/QLabel>
+#include <QtWidgets/QDesktopWidget>
#include <QSize>
#include <QTextDocument>
#include <QSettings>
@@ -18,7 +18,7 @@
#include <QBrush>
#include <QPen>
#include <QColor>
-#include <QApplication>
+#include <QtWidgets/QApplication>
#include <QStaticText>
#include "hoverwindow.h"