summaryrefslogtreecommitdiff
path: root/src/plugins/help/localhelpmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/localhelpmanager.cpp')
-rw-r--r--src/plugins/help/localhelpmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help/localhelpmanager.cpp b/src/plugins/help/localhelpmanager.cpp
index 54c25d6268..2f722f1059 100644
--- a/src/plugins/help/localhelpmanager.cpp
+++ b/src/plugins/help/localhelpmanager.cpp
@@ -36,9 +36,9 @@
#include <app/app_version.h>
#include <coreplugin/helpmanager.h>
-#include <QtCore/QMutexLocker>
+#include <QMutexLocker>
-#include <QtHelp/QHelpEngine>
+#include <QHelpEngine>
using namespace Help::Internal;