summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakehighlighter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakehighlighter.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakehighlighter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakehighlighter.h b/src/plugins/cmakeprojectmanager/cmakehighlighter.h
index 3b910d2951..9ffb6ae4c7 100644
--- a/src/plugins/cmakeprojectmanager/cmakehighlighter.h
+++ b/src/plugins/cmakeprojectmanager/cmakehighlighter.h
@@ -34,9 +34,9 @@
#define CMAKEHIGHLIGHTER_H
#include <texteditor/syntaxhighlighter.h>
-#include <QtCore/QtAlgorithms>
-#include <QtGui/QSyntaxHighlighter>
-#include <QtGui/QTextCharFormat>
+#include <QtAlgorithms>
+#include <QSyntaxHighlighter>
+#include <QTextCharFormat>
namespace CMakeProjectManager {
namespace Internal {