aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/applicationlauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/applicationlauncher.h')
-rw-r--r--src/plugins/qt4projectmanager/applicationlauncher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qt4projectmanager/applicationlauncher.h b/src/plugins/qt4projectmanager/applicationlauncher.h
index 53339ba0e6..b88be2817f 100644
--- a/src/plugins/qt4projectmanager/applicationlauncher.h
+++ b/src/plugins/qt4projectmanager/applicationlauncher.h
@@ -33,9 +33,9 @@
#ifndef APPLICATIONLAUNCHER_H
#define APPLICATIONLAUNCHER_H
-#include <QtCore/QObject>
-#include <QtCore/QStringList>
-#include <QtCore/QProcess>
+#include <QObject>
+#include <QStringList>
+#include <QProcess>
namespace Qt4ProjectManager {
namespace Internal {