summaryrefslogtreecommitdiffstats
path: root/src/codecs/ntqtextcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/ntqtextcodec.h')
-rw-r--r--src/codecs/ntqtextcodec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/codecs/ntqtextcodec.h b/src/codecs/ntqtextcodec.h
index d6ea1a3bd..ad49b5870 100644
--- a/src/codecs/ntqtextcodec.h
+++ b/src/codecs/ntqtextcodec.h
@@ -45,7 +45,7 @@
#include "ntqstring.h"
#endif // QT_H
-#ifndef QT_NO_TEXTCODEC
+#ifndef TQT_NO_TEXTCODEC
class TQTextCodec;
class TQIODevice;
@@ -67,10 +67,10 @@ class Q_EXPORT TQTextCodec {
public:
virtual ~TQTextCodec();
-#ifndef QT_NO_CODECS
+#ifndef TQT_NO_CODECS
static TQTextCodec* loadCharmap(TQIODevice*);
static TQTextCodec* loadCharmapFile(TQString filename);
-#endif //QT_NO_CODECS
+#endif //TQT_NO_CODECS
static TQTextCodec* codecForMib(int mib);
static TQTextCodec* codecForName(const char* hint, int accuracy=0);
static TQTextCodec* codecForContent(const char* chars, int len);
@@ -130,5 +130,5 @@ inline void TQTextCodec::setCodecForTr(TQTextCodec *c) { cftr = c; }
inline TQTextCodec* TQTextCodec::codecForCStrings() { return cfcs; }
inline void TQTextCodec::setCodecForCStrings(TQTextCodec *c) { cfcs = c; }
-#endif // QT_NO_TEXTCODEC
+#endif // TQT_NO_TEXTCODEC
#endif // TQTEXTCODEC_H