aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/qrceditor/resourcefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/qrceditor/resourcefile.cpp')
-rw-r--r--src/shared/qrceditor/resourcefile.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/shared/qrceditor/resourcefile.cpp b/src/shared/qrceditor/resourcefile.cpp
index 2caf203d6d..3d67e1f2d4 100644
--- a/src/shared/qrceditor/resourcefile.cpp
+++ b/src/shared/qrceditor/resourcefile.cpp
@@ -32,18 +32,18 @@
#include "resourcefile_p.h"
-#include <QtCore/QCoreApplication>
-#include <QtCore/QDebug>
-#include <QtCore/QDir>
-#include <QtCore/QFile>
-#include <QtCore/QMimeData>
-#include <QtCore/QtAlgorithms>
-#include <QtCore/QTextStream>
-
-#include <QtGui/QIcon>
-#include <QtGui/QImageReader>
-
-#include <QtXml/QDomDocument>
+#include <QCoreApplication>
+#include <QDebug>
+#include <QDir>
+#include <QFile>
+#include <QMimeData>
+#include <QtAlgorithms>
+#include <QTextStream>
+
+#include <QIcon>
+#include <QImageReader>
+
+#include <QDomDocument>
QT_BEGIN_NAMESPACE