diff options
Diffstat (limited to 'plugins/src/imageformats/mng/main.cpp')
-rw-r--r-- | plugins/src/imageformats/mng/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/src/imageformats/mng/main.cpp b/plugins/src/imageformats/mng/main.cpp index 62e159a35..74aca8e76 100644 --- a/plugins/src/imageformats/mng/main.cpp +++ b/plugins/src/imageformats/mng/main.cpp @@ -1,9 +1,9 @@ #include <ntqimageformatplugin.h> -#ifndef QT_NO_IMAGEFORMATPLUGIN +#ifndef TQT_NO_IMAGEFORMATPLUGIN -#ifdef QT_NO_IMAGEIO_MNG -#undef QT_NO_IMAGEIO_MNG +#ifdef TQT_NO_IMAGEIO_MNG +#undef TQT_NO_IMAGEIO_MNG #endif #include "../../../../src/kernel/qmngio.cpp" @@ -52,4 +52,4 @@ bool MNGFormat::installIOHandler( const TQString &name ) Q_EXPORT_PLUGIN( MNGFormat ) -#endif // QT_NO_IMAGEFORMATPLUGIN +#endif // TQT_NO_IMAGEFORMATPLUGIN |