diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /examples/xml | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/xml')
-rw-r--r-- | examples/xml/outliner/main.cpp | 2 | ||||
-rw-r--r-- | examples/xml/outliner/outlinetree.cpp | 4 | ||||
-rw-r--r-- | examples/xml/outliner/outlinetree.h | 4 | ||||
-rw-r--r-- | examples/xml/tagreader-with-features/structureparser.cpp | 4 | ||||
-rw-r--r-- | examples/xml/tagreader-with-features/structureparser.h | 4 | ||||
-rw-r--r-- | examples/xml/tagreader-with-features/tagreader.cpp | 14 | ||||
-rw-r--r-- | examples/xml/tagreader/structureparser.cpp | 2 | ||||
-rw-r--r-- | examples/xml/tagreader/structureparser.h | 2 | ||||
-rw-r--r-- | examples/xml/tagreader/tagreader.cpp | 6 |
9 files changed, 21 insertions, 21 deletions
diff --git a/examples/xml/outliner/main.cpp b/examples/xml/outliner/main.cpp index c4b1491e3..0f7848e44 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 69b92358b..ba89585b2 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 c6a22ad9d..891a44d37 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 3bbd2a9c9..cc5e210a1 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 9ab8ec2af..1a85ff977 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 866879a4f..cce97d58d 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 9c13f4568..a4798dc49 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 c860f21a5..d2b91fef5 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 93dd4cc59..d54106592 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 ) { |