summaryrefslogtreecommitdiffstats
path: root/src/codecs/tqtextcodec.cpp
diff options
context:
space:
mode:
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 8d2c0bb1..8a4bacc8 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