summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakehighlighter.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakehighlighter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp b/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp
index 04c17a83fb..48093a80fc 100644
--- a/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp
@@ -32,10 +32,10 @@
#include "cmakehighlighter.h"
-#include <QtCore/QRegExp>
-#include <QtGui/QColor>
-#include <QtGui/QTextDocument>
-#include <QtGui/QTextEdit>
+#include <QRegExp>
+#include <QColor>
+#include <QTextDocument>
+#include <QTextEdit>
using namespace CMakeProjectManager::Internal;