summaryrefslogtreecommitdiffstats
path: root/qtjp2imageformat/src
diff options
context:
space:
mode:
Diffstat (limited to 'qtjp2imageformat/src')
-rw-r--r--qtjp2imageformat/src/qtjp2imagehandler.cpp16
-rw-r--r--qtjp2imageformat/src/qtjp2imagehandler.h4
2 files changed, 10 insertions, 10 deletions
diff --git a/qtjp2imageformat/src/qtjp2imagehandler.cpp b/qtjp2imageformat/src/qtjp2imagehandler.cpp
index 8611399..048cb73 100644
--- a/qtjp2imageformat/src/qtjp2imagehandler.cpp
+++ b/qtjp2imageformat/src/qtjp2imagehandler.cpp
@@ -39,14 +39,14 @@
****************************************************************************/
#include "qtjp2imagehandler.h"
-#include <QtGui/QImage>
-#include <QtCore/QStringList>
-#include <QtCore/QString>
-#include <QtGui/QColor>
-#include <QtCore/QFile>
-#include <QtCore/QIODevice>
-#include <QtGui/QImageIOHandler>
-#include <QtCore/QVariant>
+#include <QImage>
+#include <QStringList>
+#include <QString>
+#include <QColor>
+#include <QFile>
+#include <QIODevice>
+#include <QImageIOHandler>
+#include <QVariant>
#ifdef Q_CC_MSVC
#define JAS_WIN_MSVC_BUILD
diff --git a/qtjp2imageformat/src/qtjp2imagehandler.h b/qtjp2imageformat/src/qtjp2imagehandler.h
index 13cbe93..7c12753 100644
--- a/qtjp2imageformat/src/qtjp2imagehandler.h
+++ b/qtjp2imageformat/src/qtjp2imagehandler.h
@@ -41,8 +41,8 @@
#ifndef QTJPEG2000IMAGEHANDLER_H
#define QTJPEG2000IMAGEHANDLER_H
-#include <QtGui/QImageIOHandler>
-#include <QtCore/QIODevice>
+#include <QImageIOHandler>
+#include <QIODevice>
class QtJP2ImageHandler : public QImageIOHandler {
public: