aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/configurestep.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <[email protected]>2012-02-15 10:42:41 +0100
committerErik Verbruggen <[email protected]>2012-02-15 16:24:46 +0100
commit3fa55b7ab9b1d6ae10fac1c9bcc653e9000157f8 (patch)
treee31dbd1b4605530e59c9864166f155b4edabc721 /src/plugins/autotoolsprojectmanager/configurestep.cpp
parent9a9ba12028ab0a6b1a248be612d5c576d39f69d6 (diff)
Removed module names from #include directives.
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/configurestep.cpp')
-rw-r--r--src/plugins/autotoolsprojectmanager/configurestep.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/autotoolsprojectmanager/configurestep.cpp b/src/plugins/autotoolsprojectmanager/configurestep.cpp
index 6506755e8ae..1fce702ca87 100644
--- a/src/plugins/autotoolsprojectmanager/configurestep.cpp
+++ b/src/plugins/autotoolsprojectmanager/configurestep.cpp
@@ -45,10 +45,10 @@
#include <projectexplorer/projectexplorerconstants.h>
#include <utils/qtcprocess.h>
-#include <QtCore/QVariantMap>
-#include <QtCore/QDateTime>
-#include <QtGui/QLineEdit>
-#include <QtGui/QFormLayout>
+#include <QVariantMap>
+#include <QDateTime>
+#include <QLineEdit>
+#include <QFormLayout>
using namespace AutotoolsProjectManager;
using namespace AutotoolsProjectManager::Internal;