diff options
Diffstat (limited to 'examples/xml/tagreader')
-rw-r--r-- | examples/xml/tagreader/structureparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |