summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /examples/xml
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/outliner/outlinetree.h2
-rw-r--r--examples/xml/tagreader-with-features/structureparser.cpp2
-rw-r--r--examples/xml/tagreader-with-features/tagreader.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/xml/outliner/outlinetree.h b/examples/xml/outliner/outlinetree.h
index 094bfdec7..bb281bd15 100644
--- a/examples/xml/outliner/outlinetree.h
+++ b/examples/xml/outliner/outlinetree.h
@@ -10,7 +10,7 @@
#ifndef OUTLINETREE_H
#define OUTLINETREE_H
-#include <ntqlistview.h>
+#include <tqlistview.h>
#include <tqdom.h>
class OutlineTree : public TQListView
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>