summaryrefslogtreecommitdiffstats
path: root/examples/xml/tagreader-with-features
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/tagreader-with-features')
-rw-r--r--examples/xml/tagreader-with-features/structureparser.cpp2
-rw-r--r--examples/xml/tagreader-with-features/tagreader.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/xml/tagreader-with-features/structureparser.cpp b/examples/xml/tagreader-with-features/structureparser.cpp
index 92e9097bf..946127626 100644
--- a/examples/xml/tagreader-with-features/structureparser.cpp
+++ b/examples/xml/tagreader-with-features/structureparser.cpp
@@ -4,7 +4,7 @@
#include "structureparser.h"
#include <tqstring.h>
-#include <ntqlistview.h>
+#include <tqlistview.h>
StructureParser::StructureParser( TQListView * t )
: TQXmlDefaultHandler()
diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp
index 1c49a510a..7e7aa5f13 100644
--- a/examples/xml/tagreader-with-features/tagreader.cpp
+++ b/examples/xml/tagreader-with-features/tagreader.cpp
@@ -11,8 +11,8 @@
#include <ntqapplication.h>
#include <tqfile.h>
#include <tqxml.h>
-#include <ntqlistview.h>
-#include <ntqgrid.h>
+#include <tqlistview.h>
+#include <tqgrid.h>
#include <tqmainwindow.h>
#include <tqlabel.h>