summaryrefslogtreecommitdiffstats
path: root/src/codecs/qtextcodecinterface_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/qtextcodecinterface_p.h')
-rw-r--r--src/codecs/qtextcodecinterface_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/codecs/qtextcodecinterface_p.h b/src/codecs/qtextcodecinterface_p.h
index e3645a802..cba2cdd61 100644
--- a/src/codecs/qtextcodecinterface_p.h
+++ b/src/codecs/qtextcodecinterface_p.h
@@ -56,8 +56,8 @@
#include <private/qcom_p.h>
#endif // QT_H
-#ifndef QT_NO_TEXTCODEC
-#ifndef QT_NO_COMPONENT
+#ifndef TQT_NO_TEXTCODEC
+#ifndef TQT_NO_COMPONENT
class TQTextCodec;
@@ -74,7 +74,7 @@ struct Q_EXPORT TQTextCodecFactoryInterface : public TQFeatureListInterface
virtual TQTextCodec *createForName( const TQString &name ) = 0;
};
-#endif // QT_NO_COMPONENT
-#endif // QT_NO_TEXTCODEC
+#endif // TQT_NO_COMPONENT
+#endif // TQT_NO_TEXTCODEC
#endif // TQTEXTCODECINTERFACE_P_H