aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp
index 7a4d51022d..3dc2f4897d 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp
@@ -46,17 +46,17 @@
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projectexplorer.h>
#include <utils/QtConcurrentTools>
-#include <QtCore/QtConcurrentRun>
-#include <QtCore/QCoreApplication>
-#include <QtCore/QSettings>
-#include <QtCore/QDateTime>
-#include <QtGui/QFormLayout>
-#include <QtGui/QBoxLayout>
-#include <QtGui/QDesktopServices>
-#include <QtGui/QApplication>
-#include <QtGui/QLabel>
-#include <QtGui/QGroupBox>
-#include <QtGui/QSpacerItem>
+#include <QtConcurrentRun>
+#include <QCoreApplication>
+#include <QSettings>
+#include <QDateTime>
+#include <QFormLayout>
+#include <QBoxLayout>
+#include <QDesktopServices>
+#include <QApplication>
+#include <QLabel>
+#include <QGroupBox>
+#include <QSpacerItem>
using namespace CMakeProjectManager::Internal;