summaryrefslogtreecommitdiffstats
path: root/plugins/src/codecs/jp
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 /plugins/src/codecs/jp
parentaeefd3fe454bfaed093355278b1e2caa84bfd77a (diff)
downloadtqt-c113da20.tar.gz
tqt-c113da20.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 'plugins/src/codecs/jp')
-rw-r--r--plugins/src/codecs/jp/jp.pro20
-rw-r--r--plugins/src/codecs/jp/main.cpp8
2 files changed, 14 insertions, 14 deletions
diff --git a/plugins/src/codecs/jp/jp.pro b/plugins/src/codecs/jp/jp.pro
index 8cf766d03..98ddbaa72 100644
--- a/plugins/src/codecs/jp/jp.pro
+++ b/plugins/src/codecs/jp/jp.pro
@@ -6,17 +6,17 @@ DESTDIR = ../../../codecs
REQUIRES = !bigcodecs
-HEADERS = ../../../../include/ntqeucjpcodec.h \
- ../../../../include/ntqjiscodec.h \
- ../../../../include/ntqsjiscodec.h \
- ../../../../include/ntqjpunicode.h \
- ../../../../include/private/qfontcodecs_p.h
+HEADERS = ../../../../include/tqeucjpcodec.h \
+ ../../../../include/tqjiscodec.h \
+ ../../../../include/tqsjiscodec.h \
+ ../../../../include/tqjpunicode.h \
+ ../../../../include/private/tqfontcodecs_p.h
-SOURCES = ../../../../src/codecs/qeucjpcodec.cpp \
- ../../../../src/codecs/qjiscodec.cpp \
- ../../../../src/codecs/qsjiscodec.cpp \
- ../../../../src/codecs/qjpunicode.cpp \
- ../../../../src/codecs/qfontjpcodec.cpp \
+SOURCES = ../../../../src/codecs/tqeucjpcodec.cpp \
+ ../../../../src/codecs/tqjiscodec.cpp \
+ ../../../../src/codecs/tqsjiscodec.cpp \
+ ../../../../src/codecs/tqjpunicode.cpp \
+ ../../../../src/codecs/tqfontjpcodec.cpp \
main.cpp
diff --git a/plugins/src/codecs/jp/main.cpp b/plugins/src/codecs/jp/main.cpp
index 9ec28a214..8b0f8f941 100644
--- a/plugins/src/codecs/jp/main.cpp
+++ b/plugins/src/codecs/jp/main.cpp
@@ -2,10 +2,10 @@
#include <tqtextcodec.h>
#include <tqptrlist.h>
-#include <ntqeucjpcodec.h>
-#include <ntqjiscodec.h>
-#include <ntqsjiscodec.h>
-#include <private/qfontcodecs_p.h>
+#include <tqeucjpcodec.h>
+#include <tqjiscodec.h>
+#include <tqsjiscodec.h>
+#include <private/tqfontcodecs_p.h>
class JPTextCodecs : public TQTextCodecPlugin