diff options
Diffstat (limited to 'plugins/src/imageformats')
-rw-r--r-- | plugins/src/imageformats/jpeg/main.cpp | 8 | ||||
-rw-r--r-- | plugins/src/imageformats/mng/main.cpp | 8 | ||||
-rw-r--r-- | plugins/src/imageformats/png/main.cpp | 8 |
3 files changed, 12 insertions, 12 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 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 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 |