summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /tools/linguist/shared
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/linguist/shared')
-rw-r--r--tools/linguist/shared/metatranslator.h2
-rw-r--r--tools/linguist/shared/proparser.cpp2
-rw-r--r--tools/linguist/shared/proparser.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/linguist/shared/metatranslator.h b/tools/linguist/shared/metatranslator.h
index 9eb04c706..36ce7f1be 100644
--- a/tools/linguist/shared/metatranslator.h
+++ b/tools/linguist/shared/metatranslator.h
@@ -35,7 +35,7 @@
#define METATRANSLATOR_H
#include <tqmap.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqtranslator.h>
#include <tqvaluelist.h>
diff --git a/tools/linguist/shared/proparser.cpp b/tools/linguist/shared/proparser.cpp
index be88eb861..fea008806 100644
--- a/tools/linguist/shared/proparser.cpp
+++ b/tools/linguist/shared/proparser.cpp
@@ -37,7 +37,7 @@
#include <ntqfile.h>
#include <ntqfileinfo.h>
#include <ntqregexp.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqtextstream.h>
#ifdef Q_OS_UNIX
diff --git a/tools/linguist/shared/proparser.h b/tools/linguist/shared/proparser.h
index 98692f90c..abfb68c61 100644
--- a/tools/linguist/shared/proparser.h
+++ b/tools/linguist/shared/proparser.h
@@ -35,7 +35,7 @@
#define PROPARSER_H
#include <tqmap.h>
-#include <ntqstring.h>
+#include <tqstring.h>
TQMap<TQString, TQString> proFileTagMap( const TQString& text );