diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /src/kernel/qpainter_x11.cpp | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt-0cf411b0.tar.gz tqt-0cf411b0.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qpainter_x11.cpp')
-rw-r--r-- | src/kernel/qpainter_x11.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qpainter_x11.cpp b/src/kernel/qpainter_x11.cpp index a4f71fc00..0e72d64da 100644 --- a/src/kernel/qpainter_x11.cpp +++ b/src/kernel/qpainter_x11.cpp @@ -45,15 +45,15 @@ #include "tqwidget.h" #include "ntqbitmap.h" #include "ntqpixmapcache.h" -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #include "ntqpaintdevicemetrics.h" #include "qt_x11_p.h" -#include "qtextlayout_p.h" +#include "tqtextlayout_p.h" #include "qfontdata_p.h" #include "qfontengine_p.h" -#include "qtextengine_p.h" +#include "tqtextengine_p.h" #include <math.h> @@ -435,7 +435,7 @@ static void init_gc_cache() // #define GC_CACHE_STAT #if defined(GC_CACHE_STAT) -#include "ntqtextstream.h" +#include "tqtextstream.h" #include "ntqbuffer.h" static int g_numhits = 0; |