summaryrefslogtreecommitdiffstats
path: root/plugins/src/imageformats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/src/imageformats')
-rw-r--r--plugins/src/imageformats/jpeg/main.cpp8
-rw-r--r--plugins/src/imageformats/mng/main.cpp8
-rw-r--r--plugins/src/imageformats/png/main.cpp8
3 files changed, 12 insertions, 12 deletions
diff --git a/plugins/src/imageformats/jpeg/main.cpp b/plugins/src/imageformats/jpeg/main.cpp
index 516244c0..f329756f 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 62e159a3..74aca8e7 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 fff20761..ce37abb4 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