From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- examples/xml/outliner/main.cpp | 2 +- examples/xml/outliner/outlinetree.cpp | 4 ++-- examples/xml/outliner/outlinetree.h | 4 ++-- examples/xml/tagreader-with-features/structureparser.cpp | 4 ++-- examples/xml/tagreader-with-features/structureparser.h | 4 ++-- examples/xml/tagreader-with-features/tagreader.cpp | 14 +++++++------- examples/xml/tagreader/structureparser.cpp | 2 +- examples/xml/tagreader/structureparser.h | 2 +- examples/xml/tagreader/tagreader.cpp | 6 +++--- 9 files changed, 21 insertions(+), 21 deletions(-) (limited to 'examples/xml') 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 +#include #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 -#include +#include +#include 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 -#include +#include +#include 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 -#include +#include +#include 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 -#include +#include +#include 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 -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include 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 -#include +#include 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 +#include 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 -#include -#include +#include +#include +#include int main( int argc, char **argv ) { -- cgit v1.2.1