diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 14:18:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 12:11:47 +0900 |
commit | c113da2069b66130f67a0f27c699e1cec83588a5 (patch) | |
tree | db98a4d4c3e15bce9614a07af8874c3c2febfd9b /plugins/src/codecs/kr/main.cpp | |
parent | aeefd3fe454bfaed093355278b1e2caa84bfd77a (diff) | |
download | tqt3-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 <[email protected]>
Diffstat (limited to 'plugins/src/codecs/kr/main.cpp')
-rw-r--r-- | plugins/src/codecs/kr/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |