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 /examples/xml/tagreader | |
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 'examples/xml/tagreader')
-rw-r--r-- | examples/xml/tagreader/structureparser.h | 2 | ||||
-rw-r--r-- | examples/xml/tagreader/tagreader.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/xml/tagreader/structureparser.h b/examples/xml/tagreader/structureparser.h index d2b91fef5..2523460eb 100644 --- a/examples/xml/tagreader/structureparser.h +++ b/examples/xml/tagreader/structureparser.h @@ -10,7 +10,7 @@ #ifndef STRUCTUREPARSER_H #define STRUCTUREPARSER_H -#include <ntqxml.h> +#include <tqxml.h> class TQString; diff --git a/examples/xml/tagreader/tagreader.cpp b/examples/xml/tagreader/tagreader.cpp index d54106592..41f19c229 100644 --- a/examples/xml/tagreader/tagreader.cpp +++ b/examples/xml/tagreader/tagreader.cpp @@ -9,7 +9,7 @@ #include "structureparser.h" #include <ntqfile.h> -#include <ntqxml.h> +#include <tqxml.h> #include <ntqwindowdefs.h> int main( int argc, char **argv ) |