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/networkprotocol/main.cpp | 4 ++-- examples/network/networkprotocol/nntp.cpp | 8 ++++---- examples/network/networkprotocol/nntp.h | 4 ++-- examples/network/networkprotocol/view.cpp | 8 ++++---- examples/network/networkprotocol/view.h | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'examples/network/networkprotocol') diff --git a/examples/network/networkprotocol/main.cpp b/examples/network/networkprotocol/main.cpp index ce4d90e87..5f9f7d33c 100644 --- a/examples/network/networkprotocol/main.cpp +++ b/examples/network/networkprotocol/main.cpp @@ -7,8 +7,8 @@ ** *****************************************************************************/ -#include -#include +#include +#include #include "nntp.h" #include "view.h" diff --git a/examples/network/networkprotocol/nntp.cpp b/examples/network/networkprotocol/nntp.cpp index 6a4e1245a..1fe31dda4 100644 --- a/examples/network/networkprotocol/nntp.cpp +++ b/examples/network/networkprotocol/nntp.cpp @@ -8,11 +8,11 @@ *****************************************************************************/ #include "nntp.h" -#include +#include #include -#include -#include -#include +#include +#include +#include Nntp::Nntp() : TQNetworkProtocol(), connectionReady( FALSE ), diff --git a/examples/network/networkprotocol/nntp.h b/examples/network/networkprotocol/nntp.h index 2940a1add..0e9fa2808 100644 --- a/examples/network/networkprotocol/nntp.h +++ b/examples/network/networkprotocol/nntp.h @@ -10,8 +10,8 @@ #ifndef NNTP_H #define NNTP_H -#include -#include +#include +#include class Nntp : public TQNetworkProtocol { diff --git a/examples/network/networkprotocol/view.cpp b/examples/network/networkprotocol/view.cpp index c6ee717d1..3c24e03d9 100644 --- a/examples/network/networkprotocol/view.cpp +++ b/examples/network/networkprotocol/view.cpp @@ -9,10 +9,10 @@ #include "view.h" -#include -#include -#include -#include +#include +#include +#include +#include View::View() : TQVBox() diff --git a/examples/network/networkprotocol/view.h b/examples/network/networkprotocol/view.h index 29c0f6e5f..d76a7f4fb 100644 --- a/examples/network/networkprotocol/view.h +++ b/examples/network/networkprotocol/view.h @@ -10,9 +10,9 @@ #ifndef VIEW_H #define VIEW_H -#include -#include -#include +#include +#include +#include class TQMultiLineEdit; -- cgit v1.2.1