summaryrefslogtreecommitdiffstats
path: root/src/codecs/tqtextcodec.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 14:18:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 12:11:47 +0900
commitc113da2069b66130f67a0f27c699e1cec83588a5 (patch)
treedb98a4d4c3e15bce9614a07af8874c3c2febfd9b /src/codecs/tqtextcodec.cpp
parentaeefd3fe454bfaed093355278b1e2caa84bfd77a (diff)
downloadtqt3-c113da2069b66130f67a0f27c699e1cec83588a5.tar.gz
tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.zip
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/codecs/tqtextcodec.cpp')
-rw-r--r--src/codecs/tqtextcodec.cpp24
1 files changed, 12 insertions, 12 deletions
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