summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimagewriter.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 11:24:25 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 11:26:35 +0200
commit4cdd831191a22604486fa895c57532f319a56b96 (patch)
treecd451d1b5b40b47b21fd78bab940ce538736e5d4 /src/gui/image/qimagewriter.cpp
parent306db146152c7b01b86fa7588be9941c47daead3 (diff)
make image handler includes private
now that they live in gui/image/ instead of plugins/imageformats/, the handlers need to get the usual _p suffix.
Diffstat (limited to 'src/gui/image/qimagewriter.cpp')
-rw-r--r--src/gui/image/qimagewriter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/image/qimagewriter.cpp b/src/gui/image/qimagewriter.cpp
index a46fc48514..b9959146be 100644
--- a/src/gui/image/qimagewriter.cpp
+++ b/src/gui/image/qimagewriter.cpp
@@ -115,16 +115,16 @@
#include <private/qpnghandler_p.h>
#endif
#ifndef QT_NO_IMAGEFORMAT_JPEG
-#include <qjpeghandler.h>
+#include <private/qjpeghandler_p.h>
#endif
#ifndef QT_NO_IMAGEFORMAT_MNG
-#include <qmnghandler.h>
+#include <private/qmnghandler_p.h>
#endif
#ifndef QT_NO_IMAGEFORMAT_TIFF
-#include <qtiffhandler.h>
+#include <private/qtiffhandler_p.h>
#endif
#ifdef QT_BUILTIN_GIF_READER
-#include <qgifhandler.h>
+#include <private/qgifhandler_p.h>
#endif
QT_BEGIN_NAMESPACE