From c113da2069b66130f67a0f27c699e1cec83588a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 14:18:32 +0900 Subject: Rename codec nt* related files to equivalent tq*. The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs. Signed-off-by: Michele Calgaro --- src/codecs/tqtextcodec.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/codecs/tqtextcodec.cpp') diff --git a/src/codecs/tqtextcodec.cpp b/src/codecs/tqtextcodec.cpp index 8d2c0bb17..8a4bacc8c 100644 --- a/src/codecs/tqtextcodec.cpp +++ b/src/codecs/tqtextcodec.cpp @@ -50,21 +50,21 @@ #include "tqvaluelist.h" #include "tqtextcodecfactory.h" -#include "ntqutfcodec.h" +#include "tqutfcodec.h" #include "ntqnamespace.h" #ifndef TQT_NO_CODECS -#include "ntqrtlcodec.h" -#include "ntqtsciicodec.h" -#include "qisciicodec_p.h" +#include "tqhebrewcodec.h" +#include "tqtsciicodec.h" +#include "tqisciicodec_p.h" #endif // TQT_NO_CODECS #ifndef TQT_NO_BIG_CODECS -#include "ntqbig5codec.h" -#include "ntqeucjpcodec.h" -#include "ntqeuckrcodec.h" -#include "ntqgb18030codec.h" -#include "ntqjiscodec.h" -#include "ntqjpunicode.h" -#include "ntqsjiscodec.h" +#include "tqbig5codec.h" +#include "tqeucjpcodec.h" +#include "tqeuckrcodec.h" +#include "tqgb18030codec.h" +#include "tqjiscodec.h" +#include "tqjpunicode.h" +#include "tqsjiscodec.h" #endif // TQT_NO_BIG_CODECS #include "ntqfile.h" #include "tqstrlist.h" @@ -72,7 +72,7 @@ #include "../tools/qlocale_p.h" #if !defined(TQT_NO_CODECS) && !defined(TQT_NO_BIG_CODECS) && defined(TQ_WS_X11) -# include "qfontcodecs_p.h" +# include "tqfontcodecs_p.h" #endif #ifdef TQT_THREAD_SUPPORT -- cgit v1.2.1