diff options
Diffstat (limited to 'src/plugins/projectexplorer/debugginghelper.cpp')
-rw-r--r-- | src/plugins/projectexplorer/debugginghelper.cpp | 18 |
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; |