diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-30 12:36:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-30 12:36:05 +0900 |
commit | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (patch) | |
tree | b451256c2cc2e22e895251bac6ec1e4bdfd40e09 /tools/linguist | |
parent | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (diff) | |
download | tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.tar.gz tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.zip |
Rename nt* dom and xml related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/linguist/phrase.cpp | 2 | ||||
-rw-r--r-- | tools/linguist/lupdate/fetchtr.cpp | 2 | ||||
-rw-r--r-- | tools/linguist/shared/metatranslator.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/linguist/linguist/phrase.cpp b/tools/linguist/linguist/phrase.cpp index 0a93e89b8..604187f34 100644 --- a/tools/linguist/linguist/phrase.cpp +++ b/tools/linguist/linguist/phrase.cpp @@ -39,7 +39,7 @@ #include <ntqmessagebox.h> #include <ntqregexp.h> #include <ntqtextstream.h> -#include <ntqxml.h> +#include <tqxml.h> static TQString protect( const TQString& str ) { diff --git a/tools/linguist/lupdate/fetchtr.cpp b/tools/linguist/lupdate/fetchtr.cpp index c5ed953b0..150073f4a 100644 --- a/tools/linguist/lupdate/fetchtr.cpp +++ b/tools/linguist/lupdate/fetchtr.cpp @@ -38,7 +38,7 @@ #include <ntqstring.h> #include <ntqtextstream.h> #include <ntqvaluestack.h> -#include <ntqxml.h> +#include <tqxml.h> #include <ctype.h> #include <errno.h> diff --git a/tools/linguist/shared/metatranslator.cpp b/tools/linguist/shared/metatranslator.cpp index 3ea91f2cb..73e435d0a 100644 --- a/tools/linguist/shared/metatranslator.cpp +++ b/tools/linguist/shared/metatranslator.cpp @@ -39,7 +39,7 @@ #include <ntqmessagebox.h> #include <ntqtextcodec.h> #include <ntqtextstream.h> -#include <ntqxml.h> +#include <tqxml.h> static bool encodingIsUtf8( const TQXmlAttributes& atts ) { |