summaryrefslogtreecommitdiffstats
path: root/qtjp2imageformat/examples/simple/simple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtjp2imageformat/examples/simple/simple.cpp')
-rw-r--r--qtjp2imageformat/examples/simple/simple.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/qtjp2imageformat/examples/simple/simple.cpp b/qtjp2imageformat/examples/simple/simple.cpp
index c6e1709..4e0c6b8 100644
--- a/qtjp2imageformat/examples/simple/simple.cpp
+++ b/qtjp2imageformat/examples/simple/simple.cpp
@@ -38,13 +38,13 @@
**
****************************************************************************/
-#include <QtGui/QApplication>
-#include <QtGui/QImage>
-#include <QtGui/QLabel>
-#include <QtGui/QPixmap>
+#include <QApplication>
+#include <QImage>
+#include <QLabel>
+#include <QPixmap>
// If the plugin is built statically, uncomment the following two lines
-//#include <QtCore/QtPlugin>
+//#include <QtPlugin>
//Q_IMPORT_PLUGIN(qtjp2)
int main(int argc, char *argv[])