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/tagreader-with-features | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/xml/tagreader-with-features')
-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 |
3 files changed, 11 insertions, 11 deletions
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 ) { |