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 /src/kernel/qfont_x11.cpp | |
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 'src/kernel/qfont_x11.cpp')
-rw-r--r-- | src/kernel/qfont_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qfont_x11.cpp b/src/kernel/qfont_x11.cpp index 07c3fe2c6..9f5cd5744 100644 --- a/src/kernel/qfont_x11.cpp +++ b/src/kernel/qfont_x11.cpp @@ -54,7 +54,7 @@ #include "ntqpaintdevicemetrics.h" #include "tqtextcodec.h" -#include <private/qfontcodecs_p.h> +#include <private/tqfontcodecs_p.h> #include <private/qunicodetables_p.h> #include "qfontdata_p.h" #include "qfontengine_p.h" |