aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/actionmanager/commandsfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/actionmanager/commandsfile.cpp')
-rw-r--r--src/plugins/coreplugin/actionmanager/commandsfile.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/coreplugin/actionmanager/commandsfile.cpp b/src/plugins/coreplugin/actionmanager/commandsfile.cpp
index 05a662826e..24c5fbf4ea 100644
--- a/src/plugins/coreplugin/actionmanager/commandsfile.cpp
+++ b/src/plugins/coreplugin/actionmanager/commandsfile.cpp
@@ -42,12 +42,12 @@
#include <utils/fileutils.h>
-#include <QtCore/QFile>
-#include <QtCore/QXmlStreamAttributes>
-#include <QtCore/QXmlStreamWriter>
-#include <QtCore/QXmlStreamReader>
-#include <QtCore/QDebug>
-#include <QtCore/QDateTime>
+#include <QFile>
+#include <QXmlStreamAttributes>
+#include <QXmlStreamWriter>
+#include <QXmlStreamReader>
+#include <QDebug>
+#include <QDateTime>
namespace Core {
namespace Internal {