diff options
Diffstat (limited to 'plugins/src/imageformats/jpeg')
-rw-r--r-- | plugins/src/imageformats/jpeg/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/src/imageformats/jpeg/main.cpp b/plugins/src/imageformats/jpeg/main.cpp index 516244c01..f329756f5 100644 --- a/plugins/src/imageformats/jpeg/main.cpp +++ b/plugins/src/imageformats/jpeg/main.cpp @@ -1,9 +1,9 @@ #include <ntqimageformatplugin.h> -#ifndef QT_NO_IMAGEFORMATPLUGIN +#ifndef TQT_NO_IMAGEFORMATPLUGIN -#ifdef QT_NO_IMAGEIO_JPEG -#undef QT_NO_IMAGEIO_JPEG +#ifdef TQT_NO_IMAGEIO_JPEG +#undef TQT_NO_IMAGEIO_JPEG #endif #include "../../../../src/kernel/qjpegio.cpp" @@ -70,4 +70,4 @@ bool JPEGFormat::installIOHandler( const TQString &name ) Q_EXPORT_PLUGIN( JPEGFormat ) -#endif // QT_NO_IMAGEFORMATPLUGIN +#endif // TQT_NO_IMAGEFORMATPLUGIN |