summaryrefslogtreecommitdiffstats
path: root/plugins/src/codecs/kr
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/kr
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/kr')
-rw-r--r--plugins/src/codecs/kr/kr.pro8
-rw-r--r--plugins/src/codecs/kr/main.cpp4
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/src/codecs/kr/kr.pro b/plugins/src/codecs/kr/kr.pro
index 3f13422c2..44c91097a 100644
--- a/plugins/src/codecs/kr/kr.pro
+++ b/plugins/src/codecs/kr/kr.pro
@@ -6,11 +6,11 @@ DESTDIR = ../../../codecs
REQUIRES = !bigcodecs
-HEADERS = ../../../../include/ntqeuckrcodec.h \
- ../../../../include/private/qfontcodecs_p.h
+HEADERS = ../../../../include/tqeuckrcodec.h \
+ ../../../../include/private/tqfontcodecs_p.h
-SOURCES = ../../../../src/codecs/qeuckrcodec.cpp \
- ../../../../src/codecs/qfontkrcodec.cpp \
+SOURCES = ../../../../src/codecs/tqeuckrcodec.cpp \
+ ../../../../src/codecs/tqfontkrcodec.cpp \
main.cpp
diff --git a/plugins/src/codecs/kr/main.cpp b/plugins/src/codecs/kr/main.cpp
index 8f533df0d..fa76ad551 100644
--- a/plugins/src/codecs/kr/main.cpp
+++ b/plugins/src/codecs/kr/main.cpp
@@ -2,8 +2,8 @@
#include <tqtextcodec.h>
#include <tqptrlist.h>
-#include <ntqeuckrcodec.h>
-#include <private/qfontcodecs_p.h>
+#include <tqeuckrcodec.h>
+#include <private/tqfontcodecs_p.h>
class KRTextCodecs : public TQTextCodecPlugin