summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/debugginghelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/debugginghelper.cpp')
-rw-r--r--src/plugins/projectexplorer/debugginghelper.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/plugins/projectexplorer/debugginghelper.cpp b/src/plugins/projectexplorer/debugginghelper.cpp
index 113896b67e..776d2a8d09 100644
--- a/src/plugins/projectexplorer/debugginghelper.cpp
+++ b/src/plugins/projectexplorer/debugginghelper.cpp
@@ -36,15 +36,15 @@
#include <utils/synchronousprocess.h>
-#include <QtCore/QFileInfo>
-#include <QtCore/QCoreApplication>
-#include <QtCore/QHash>
-#include <QtCore/QProcess>
-#include <QtCore/QDir>
-#include <QtCore/QDateTime>
-#include <QtCore/QStringList>
-
-#include <QtGui/QDesktopServices>
+#include <QFileInfo>
+#include <QCoreApplication>
+#include <QHash>
+#include <QProcess>
+#include <QDir>
+#include <QDateTime>
+#include <QStringList>
+
+#include <QDesktopServices>
using namespace ProjectExplorer;