diff options
Diffstat (limited to 'examples/xml')
-rw-r--r-- | examples/xml/tagreader-with-features/structureparser.cpp | 2 | ||||
-rw-r--r-- | examples/xml/tagreader/structureparser.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/xml/tagreader-with-features/structureparser.cpp b/examples/xml/tagreader-with-features/structureparser.cpp index cc5e210a1..92e9097bf 100644 --- a/examples/xml/tagreader-with-features/structureparser.cpp +++ b/examples/xml/tagreader-with-features/structureparser.cpp @@ -3,7 +3,7 @@ #include "structureparser.h" -#include <ntqstring.h> +#include <tqstring.h> #include <ntqlistview.h> StructureParser::StructureParser( TQListView * t ) diff --git a/examples/xml/tagreader/structureparser.cpp b/examples/xml/tagreader/structureparser.cpp index a4798dc49..68e5549a5 100644 --- a/examples/xml/tagreader/structureparser.cpp +++ b/examples/xml/tagreader/structureparser.cpp @@ -10,7 +10,7 @@ #include "structureparser.h" #include <stdio.h> -#include <ntqstring.h> +#include <tqstring.h> bool StructureParser::startDocument() { |