summaryrefslogtreecommitdiffstats
path: root/examples/xml/tagreader
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/tagreader')
-rw-r--r--examples/xml/tagreader/structureparser.h2
-rw-r--r--examples/xml/tagreader/tagreader.cpp2
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 )