diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 14:18:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 12:11:47 +0900 |
| commit | c113da2069b66130f67a0f27c699e1cec83588a5 (patch) | |
| tree | db98a4d4c3e15bce9614a07af8874c3c2febfd9b /plugins/src/codecs/cn | |
| parent | aeefd3fe454bfaed093355278b1e2caa84bfd77a (diff) | |
| download | tqt-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/cn')
| -rw-r--r-- | plugins/src/codecs/cn/cn.pro | 8 | ||||
| -rw-r--r-- | plugins/src/codecs/cn/main.cpp | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/src/codecs/cn/cn.pro b/plugins/src/codecs/cn/cn.pro index 91e0b11fc..340df17c4 100644 --- a/plugins/src/codecs/cn/cn.pro +++ b/plugins/src/codecs/cn/cn.pro @@ -6,11 +6,11 @@ DESTDIR = ../../../codecs REQUIRES = !bigcodecs -HEADERS = ../../../../include/ntqgb18030codec.h \ - ../../../../include/private/qfontcodecs_p.h +HEADERS = ../../../../include/tqgb18030codec.h \ + ../../../../include/private/tqfontcodecs_p.h -SOURCES = ../../../../src/codecs/qgb18030codec.cpp \ - ../../../../src/codecs/qfontcncodec.cpp \ +SOURCES = ../../../../src/codecs/tqgb18030codec.cpp \ + ../../../../src/codecs/tqfontcncodec.cpp \ main.cpp diff --git a/plugins/src/codecs/cn/main.cpp b/plugins/src/codecs/cn/main.cpp index 3470f076a..4263b5745 100644 --- a/plugins/src/codecs/cn/main.cpp +++ b/plugins/src/codecs/cn/main.cpp @@ -3,8 +3,8 @@ #include <tqptrlist.h> #include <ntqapplication.h> -#include <ntqgb18030codec.h> -#include <private/qfontcodecs_p.h> +#include <tqgb18030codec.h> +#include <private/tqfontcodecs_p.h> class CNTextCodecs : public TQTextCodecPlugin |
