diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 19:54:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 19:54:04 +0900 |
commit | 19da58656a063c39e48f251be084182cf2e68a8e (patch) | |
tree | c2159647f682c583da46704a246ea33d0900a7c3 /qtinterface/interface_tqt3/tqtextcodec.cpp | |
parent | b485e990f30d3e434ae1366f1805dc833afa9845 (diff) | |
download | tqtinterface-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.cpp | 4 |
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 |