summaryrefslogtreecommitdiffstats
path: root/plugins/src/imageformats/png/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/src/imageformats/png/main.cpp')
-rw-r--r--plugins/src/imageformats/png/main.cpp8
1 files changed, 4 insertions, 4 deletions
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