summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/outliner/main.cpp2
-rw-r--r--examples/xml/outliner/outlinetree.cpp4
-rw-r--r--examples/xml/outliner/outlinetree.h4
-rw-r--r--examples/xml/tagreader-with-features/structureparser.cpp4
-rw-r--r--examples/xml/tagreader-with-features/structureparser.h4
-rw-r--r--examples/xml/tagreader-with-features/tagreader.cpp14
-rw-r--r--examples/xml/tagreader/structureparser.cpp2
-rw-r--r--examples/xml/tagreader/structureparser.h2
-rw-r--r--examples/xml/tagreader/tagreader.cpp6
9 files changed, 21 insertions, 21 deletions
diff --git a/examples/xml/outliner/main.cpp b/examples/xml/outliner/main.cpp
index c4b1491e..0f7848e4 100644
--- a/examples/xml/outliner/main.cpp
+++ b/examples/xml/outliner/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <qapplication.h>
+#include <ntqapplication.h>
#include "outlinetree.h"
int main( int argc, char **argv )
diff --git a/examples/xml/outliner/outlinetree.cpp b/examples/xml/outliner/outlinetree.cpp
index 69b92358..ba89585b 100644
--- a/examples/xml/outliner/outlinetree.cpp
+++ b/examples/xml/outliner/outlinetree.cpp
@@ -8,8 +8,8 @@
*****************************************************************************/
#include "outlinetree.h"
-#include <qfile.h>
-#include <qmessagebox.h>
+#include <ntqfile.h>
+#include <ntqmessagebox.h>
OutlineTree::OutlineTree( const TQString fileName, TQWidget *parent, const char *name )
: TQListView( parent, name )
diff --git a/examples/xml/outliner/outlinetree.h b/examples/xml/outliner/outlinetree.h
index c6a22ad9..891a44d3 100644
--- a/examples/xml/outliner/outlinetree.h
+++ b/examples/xml/outliner/outlinetree.h
@@ -10,8 +10,8 @@
#ifndef OUTLINETREE_H
#define OUTLINETREE_H
-#include <qlistview.h>
-#include <qdom.h>
+#include <ntqlistview.h>
+#include <ntqdom.h>
class OutlineTree : public TQListView
{
diff --git a/examples/xml/tagreader-with-features/structureparser.cpp b/examples/xml/tagreader-with-features/structureparser.cpp
index 3bbd2a9c..cc5e210a 100644
--- a/examples/xml/tagreader-with-features/structureparser.cpp
+++ b/examples/xml/tagreader-with-features/structureparser.cpp
@@ -3,8 +3,8 @@
#include "structureparser.h"
-#include <qstring.h>
-#include <qlistview.h>
+#include <ntqstring.h>
+#include <ntqlistview.h>
StructureParser::StructureParser( TQListView * t )
: TQXmlDefaultHandler()
diff --git a/examples/xml/tagreader-with-features/structureparser.h b/examples/xml/tagreader-with-features/structureparser.h
index 9ab8ec2a..1a85ff97 100644
--- a/examples/xml/tagreader-with-features/structureparser.h
+++ b/examples/xml/tagreader-with-features/structureparser.h
@@ -4,8 +4,8 @@
#ifndef STRUCTUREPARSER_H
#define STRUCTUREPARSER_H
-#include <qxml.h>
-#include <qptrstack.h>
+#include <ntqxml.h>
+#include <ntqptrstack.h>
class TQListView;
class TQListViewItem;
diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp
index 866879a4..cce97d58 100644
--- a/examples/xml/tagreader-with-features/tagreader.cpp
+++ b/examples/xml/tagreader-with-features/tagreader.cpp
@@ -8,13 +8,13 @@
*****************************************************************************/
#include "structureparser.h"
-#include <qapplication.h>
-#include <qfile.h>
-#include <qxml.h>
-#include <qlistview.h>
-#include <qgrid.h>
-#include <qmainwindow.h>
-#include <qlabel.h>
+#include <ntqapplication.h>
+#include <ntqfile.h>
+#include <ntqxml.h>
+#include <ntqlistview.h>
+#include <ntqgrid.h>
+#include <ntqmainwindow.h>
+#include <ntqlabel.h>
int main( int argc, char **argv )
{
diff --git a/examples/xml/tagreader/structureparser.cpp b/examples/xml/tagreader/structureparser.cpp
index 9c13f456..a4798dc4 100644
--- a/examples/xml/tagreader/structureparser.cpp
+++ b/examples/xml/tagreader/structureparser.cpp
@@ -10,7 +10,7 @@
#include "structureparser.h"
#include <stdio.h>
-#include <qstring.h>
+#include <ntqstring.h>
bool StructureParser::startDocument()
{
diff --git a/examples/xml/tagreader/structureparser.h b/examples/xml/tagreader/structureparser.h
index c860f21a..d2b91fef 100644
--- a/examples/xml/tagreader/structureparser.h
+++ b/examples/xml/tagreader/structureparser.h
@@ -10,7 +10,7 @@
#ifndef STRUCTUREPARSER_H
#define STRUCTUREPARSER_H
-#include <qxml.h>
+#include <ntqxml.h>
class TQString;
diff --git a/examples/xml/tagreader/tagreader.cpp b/examples/xml/tagreader/tagreader.cpp
index 93dd4cc5..d5410659 100644
--- a/examples/xml/tagreader/tagreader.cpp
+++ b/examples/xml/tagreader/tagreader.cpp
@@ -8,9 +8,9 @@
*****************************************************************************/
#include "structureparser.h"
-#include <qfile.h>
-#include <qxml.h>
-#include <qwindowdefs.h>
+#include <ntqfile.h>
+#include <ntqxml.h>
+#include <ntqwindowdefs.h>
int main( int argc, char **argv )
{