summaryrefslogtreecommitdiffstats
path: root/qtinterface/interface_tqt3/tqtextcodec.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-17 19:54:04 +0900
committerMichele Calgaro <[email protected]>2018-10-17 19:54:04 +0900
commit19da58656a063c39e48f251be084182cf2e68a8e (patch)
treec2159647f682c583da46704a246ea33d0900a7c3 /qtinterface/interface_tqt3/tqtextcodec.cpp
parentb485e990f30d3e434ae1366f1805dc833afa9845 (diff)
downloadtqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.tar.gz
tqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtinterface/interface_tqt3/tqtextcodec.cpp')
-rw-r--r--qtinterface/interface_tqt3/tqtextcodec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/interface_tqt3/tqtextcodec.cpp b/qtinterface/interface_tqt3/tqtextcodec.cpp
index fa30505..ddc9518 100644
--- a/qtinterface/interface_tqt3/tqtextcodec.cpp
+++ b/qtinterface/interface_tqt3/tqtextcodec.cpp
@@ -412,7 +412,7 @@ QString QTextCodecFromIODDecoder::convertToUnicode(const char* chars, int len, i
return result;
}
-#ifndef QT_NO_CODECS
+#ifndef TQT_NO_CODECS
// Cannot use <pre> or \code
/*!
Reads a POSIX2 charmap definition from \a iod.
@@ -510,6 +510,6 @@ int QTextCodec::simpleHeuristicNameMatch(const char* name, const char* hint)
return 0;
}
-#endif //QT_NO_CODECS
+#endif //TQT_NO_CODECS
#endif // USE_QT4