diff options
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 ) { |