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/network/mail/composer.cpp | 10 +++++----- examples/network/mail/composer.h | 2 +- examples/network/mail/main.cpp | 2 +- examples/network/mail/smtp.cpp | 14 +++++++------- examples/network/mail/smtp.h | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'examples/network/mail') diff --git a/examples/network/mail/composer.cpp b/examples/network/mail/composer.cpp index f5ec2383c..cee25929a 100644 --- a/examples/network/mail/composer.cpp +++ b/examples/network/mail/composer.cpp @@ -10,11 +10,11 @@ #include "composer.h" #include "smtp.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include Composer::Composer( TQWidget *parent ) : TQWidget( parent ) diff --git a/examples/network/mail/composer.h b/examples/network/mail/composer.h index 6ef323139..dcf46fc54 100644 --- a/examples/network/mail/composer.h +++ b/examples/network/mail/composer.h @@ -10,7 +10,7 @@ #ifndef COMPOSER_H #define COMPOSER_H -#include +#include class TQLineEdit; diff --git a/examples/network/mail/main.cpp b/examples/network/mail/main.cpp index c80507699..c45a2a944 100644 --- a/examples/network/mail/main.cpp +++ b/examples/network/mail/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "composer.h" diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index a0256867b..68c2aa4f6 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -9,13 +9,13 @@ #include "smtp.h" -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include Smtp::Smtp( const TQString &from, const TQString &to, diff --git a/examples/network/mail/smtp.h b/examples/network/mail/smtp.h index 66cf5fda5..f8c787e13 100644 --- a/examples/network/mail/smtp.h +++ b/examples/network/mail/smtp.h @@ -10,8 +10,8 @@ #ifndef SMTP_H #define SMTP_H -#include -#include +#include +#include class TQSocket; class TQTextStream; -- cgit v1.2.1