aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/openpagesswitcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/openpagesswitcher.cpp')
-rw-r--r--src/plugins/help/openpagesswitcher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/help/openpagesswitcher.cpp b/src/plugins/help/openpagesswitcher.cpp
index 39ee7d0719..7e4126d3d4 100644
--- a/src/plugins/help/openpagesswitcher.cpp
+++ b/src/plugins/help/openpagesswitcher.cpp
@@ -36,10 +36,10 @@
#include "openpagesmodel.h"
#include "openpageswidget.h"
-#include <QtCore/QEvent>
+#include <QEvent>
-#include <QtGui/QKeyEvent>
-#include <QtGui/QVBoxLayout>
+#include <QKeyEvent>
+#include <QVBoxLayout>
using namespace Help::Internal;