diff options
Diffstat (limited to 'plugins/src/imageformats/png')
-rw-r--r-- | plugins/src/imageformats/png/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/src/imageformats/png/main.cpp b/plugins/src/imageformats/png/main.cpp index fff207613..ce37abb44 100644 --- a/plugins/src/imageformats/png/main.cpp +++ b/plugins/src/imageformats/png/main.cpp @@ -1,9 +1,9 @@ #include <ntqimageformatplugin.h> -#ifndef QT_NO_IMAGEFORMATPLUGIN +#ifndef TQT_NO_IMAGEFORMATPLUGIN -#ifdef QT_NO_IMAGEIO_PNG -#undef QT_NO_IMAGEIO_PNG +#ifdef TQT_NO_IMAGEIO_PNG +#undef TQT_NO_IMAGEIO_PNG #endif #include "../../../../src/kernel/qpngio.cpp" @@ -70,4 +70,4 @@ bool PNGFormat::installIOHandler( const TQString &name ) Q_EXPORT_PLUGIN( PNGFormat ) -#endif // QT_NO_IMAGEFORMATPLUGIN +#endif // TQT_NO_IMAGEFORMATPLUGIN |