src/plugins/imageformats/mng/main.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    45 #ifndef QT_NO_IMAGEFORMATPLUGIN
    45 #ifndef QT_NO_IMAGEFORMATPLUGIN
    46 
    46 
    47 #ifdef QT_NO_IMAGEFORMAT_MNG
    47 #ifdef QT_NO_IMAGEFORMAT_MNG
    48 #undef QT_NO_IMAGEFORMAT_MNG
    48 #undef QT_NO_IMAGEFORMAT_MNG
    49 #endif
    49 #endif
    50 #include "qmnghandler.h"
    50 #include <qmnghandler_p.h>
    51 
    51 
    52 #include <qiodevice.h>
    52 #include <qiodevice.h>
    53 #include <qbytearray.h>
    53 #include <qbytearray.h>
    54 
    54 
    55 QT_BEGIN_NAMESPACE
    55 QT_BEGIN_NAMESPACE