summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/mng
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 09:24:25 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 09:26:35 (GMT)
commit4cdd831191a22604486fa895c57532f319a56b96 (patch)
treecd451d1b5b40b47b21fd78bab940ce538736e5d4 /src/plugins/imageformats/mng
parent306db146152c7b01b86fa7588be9941c47daead3 (diff)
downloadQt-4cdd831191a22604486fa895c57532f319a56b96.zip
Qt-4cdd831191a22604486fa895c57532f319a56b96.tar.gz
Qt-4cdd831191a22604486fa895c57532f319a56b96.tar.bz2
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/plugins/imageformats/mng')
-rw-r--r--src/plugins/imageformats/mng/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageformats/mng/main.cpp b/src/plugins/imageformats/mng/main.cpp
index 84f085c..dd62ba5 100644
--- a/src/plugins/imageformats/mng/main.cpp
+++ b/src/plugins/imageformats/mng/main.cpp
@@ -47,7 +47,7 @@
#ifdef QT_NO_IMAGEFORMAT_MNG
#undef QT_NO_IMAGEFORMAT_MNG
#endif
-#include "qmnghandler.h"
+#include <qmnghandler_p.h>
#include <qiodevice.h>
#include <qbytearray.h>