summaryrefslogtreecommitdiffstats
path: root/plugins/src/codecs
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 12:20:38 +0900
committerMichele Calgaro <[email protected]>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /plugins/src/codecs
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz
tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/src/codecs')
-rw-r--r--plugins/src/codecs/cn/main.cpp2
-rw-r--r--plugins/src/codecs/jp/main.cpp2
-rw-r--r--plugins/src/codecs/kr/main.cpp2
-rw-r--r--plugins/src/codecs/tw/main.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/src/codecs/cn/main.cpp b/plugins/src/codecs/cn/main.cpp
index 36ea2709e..b5a7f2cf8 100644
--- a/plugins/src/codecs/cn/main.cpp
+++ b/plugins/src/codecs/cn/main.cpp
@@ -1,6 +1,6 @@
#include <ntqtextcodecplugin.h>
#include <ntqtextcodec.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqapplication.h>
#include <ntqgb18030codec.h>
diff --git a/plugins/src/codecs/jp/main.cpp b/plugins/src/codecs/jp/main.cpp
index 5c34c16d2..e8de7fef6 100644
--- a/plugins/src/codecs/jp/main.cpp
+++ b/plugins/src/codecs/jp/main.cpp
@@ -1,6 +1,6 @@
#include <ntqtextcodecplugin.h>
#include <ntqtextcodec.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqeucjpcodec.h>
#include <ntqjiscodec.h>
diff --git a/plugins/src/codecs/kr/main.cpp b/plugins/src/codecs/kr/main.cpp
index e024d64c0..72f0b5cdf 100644
--- a/plugins/src/codecs/kr/main.cpp
+++ b/plugins/src/codecs/kr/main.cpp
@@ -1,6 +1,6 @@
#include <ntqtextcodecplugin.h>
#include <ntqtextcodec.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqeuckrcodec.h>
#include <private/qfontcodecs_p.h>
diff --git a/plugins/src/codecs/tw/main.cpp b/plugins/src/codecs/tw/main.cpp
index 85e746b32..0e8ec6a52 100644
--- a/plugins/src/codecs/tw/main.cpp
+++ b/plugins/src/codecs/tw/main.cpp
@@ -1,6 +1,6 @@
#include <ntqtextcodecplugin.h>
#include <ntqtextcodec.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqbig5codec.h>
#include <private/qfontcodecs_p.h>