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/archivesearch/archivedialog.ui | 12 ++++++------ examples/network/archivesearch/main.cpp | 2 +- examples/network/clientserver/client/client.cpp | 18 +++++++++--------- examples/network/clientserver/server/server.cpp | 16 ++++++++-------- examples/network/ftpclient/ftpmainwindow.ui.h | 16 ++++++++-------- examples/network/ftpclient/ftpviewitem.cpp | 2 +- examples/network/ftpclient/ftpviewitem.h | 4 ++-- examples/network/ftpclient/main.cpp | 2 +- examples/network/httpd/httpd.cpp | 20 ++++++++++---------- examples/network/infoprotocol/infoclient/client.cpp | 16 ++++++++-------- examples/network/infoprotocol/infoclient/main.cpp | 2 +- examples/network/infoprotocol/infoserver/infodata.h | 4 ++-- examples/network/infoprotocol/infoserver/main.cpp | 2 +- examples/network/infoprotocol/infoserver/server.cpp | 10 +++++----- examples/network/infoprotocol/infoserver/server.h | 4 ++-- .../network/infoprotocol/infourlclient/client.cpp | 8 ++++---- examples/network/infoprotocol/infourlclient/client.h | 2 +- examples/network/infoprotocol/infourlclient/main.cpp | 2 +- examples/network/infoprotocol/infourlclient/qip.cpp | 8 ++++---- examples/network/infoprotocol/infourlclient/qip.h | 2 +- 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 ++-- 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 +++--- examples/network/remotecontrol/ipcserver.cpp | 10 +++++----- examples/network/remotecontrol/ipcserver.h | 2 +- examples/network/remotecontrol/main.cpp | 2 +- examples/network/remotecontrol/remotectrlimpl.cpp | 12 ++++++------ examples/network/remotecontrol/startup.cpp | 4 ++-- examples/network/remotecontrol/startup.h | 2 +- 36 files changed, 123 insertions(+), 123 deletions(-) (limited to 'examples/network') diff --git a/examples/network/archivesearch/archivedialog.ui b/examples/network/archivesearch/archivedialog.ui index 3d3e67a90..7d7b78a5e 100644 --- a/examples/network/archivesearch/archivedialog.ui +++ b/examples/network/archivesearch/archivedialog.ui @@ -112,12 +112,12 @@ - qhttp.h - qurl.h - qmessagebox.h - qapplication.h - qcursor.h - qregexp.h + ntqhttp.h + ntqurl.h + ntqmessagebox.h + ntqapplication.h + ntqcursor.h + ntqregexp.h archivedialog.ui.h diff --git a/examples/network/archivesearch/main.cpp b/examples/network/archivesearch/main.cpp index 8a8588a1a..9db13ff18 100644 --- a/examples/network/archivesearch/main.cpp +++ b/examples/network/archivesearch/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "archivedialog.h" -#include +#include int main(int argc, char **argv) { diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index 0155a4fa1..6a1a8eb00 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -7,15 +7,15 @@ ** *****************************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include class Client : public TQVBox diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp index b6ac44794..cde5cc7c0 100644 --- a/examples/network/clientserver/server/server.cpp +++ b/examples/network/clientserver/server/server.cpp @@ -7,14 +7,14 @@ ** *****************************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h index 1c272ffbe..8f3cde07c 100644 --- a/examples/network/ftpclient/ftpmainwindow.ui.h +++ b/examples/network/ftpclient/ftpmainwindow.ui.h @@ -18,14 +18,14 @@ ** *****************************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include "connectdialog.h" #include "ftpviewitem.h" diff --git a/examples/network/ftpclient/ftpviewitem.cpp b/examples/network/ftpclient/ftpviewitem.cpp index 0763c1b0d..97544b67f 100644 --- a/examples/network/ftpclient/ftpviewitem.cpp +++ b/examples/network/ftpclient/ftpviewitem.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "ftpviewitem.h" diff --git a/examples/network/ftpclient/ftpviewitem.h b/examples/network/ftpclient/ftpviewitem.h index 3387f030a..28dcbb87e 100644 --- a/examples/network/ftpclient/ftpviewitem.h +++ b/examples/network/ftpclient/ftpviewitem.h @@ -10,8 +10,8 @@ #ifndef FTPVIEWITEM_H #define FTPVIEWITEM_H -#include -#include +#include +#include class FtpViewItem : public TQListViewItem { diff --git a/examples/network/ftpclient/main.cpp b/examples/network/ftpclient/main.cpp index df636dcb9..1a231a714 100644 --- a/examples/network/ftpclient/main.cpp +++ b/examples/network/ftpclient/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "ftpmainwindow.h" int main( int argc, char **argv ) diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index f96fc4554..6f7146b1a 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -7,16 +7,16 @@ ** *****************************************************************************/ #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include // HttpDaemon is the the class that implements the simple HTTP server. class HttpDaemon : public TQServerSocket diff --git a/examples/network/infoprotocol/infoclient/client.cpp b/examples/network/infoprotocol/infoclient/client.cpp index a1852eb2e..58105a518 100644 --- a/examples/network/infoprotocol/infoclient/client.cpp +++ b/examples/network/infoprotocol/infoclient/client.cpp @@ -7,14 +7,14 @@ ** *****************************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include "client.h" diff --git a/examples/network/infoprotocol/infoclient/main.cpp b/examples/network/infoprotocol/infoclient/main.cpp index 502026958..014887949 100644 --- a/examples/network/infoprotocol/infoclient/main.cpp +++ b/examples/network/infoprotocol/infoclient/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "client.h" diff --git a/examples/network/infoprotocol/infoserver/infodata.h b/examples/network/infoprotocol/infoserver/infodata.h index 5a293ceb0..45bf9c838 100644 --- a/examples/network/infoprotocol/infoserver/infodata.h +++ b/examples/network/infoprotocol/infoserver/infodata.h @@ -10,8 +10,8 @@ #ifndef INFODATA_H #define INFODATA_H -#include -#include +#include +#include // The InfoData class manages data, organized in tree structure. diff --git a/examples/network/infoprotocol/infoserver/main.cpp b/examples/network/infoprotocol/infoserver/main.cpp index 42c0c7fad..0cfcf58c0 100644 --- a/examples/network/infoprotocol/infoserver/main.cpp +++ b/examples/network/infoprotocol/infoserver/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "server.h" diff --git a/examples/network/infoprotocol/infoserver/server.cpp b/examples/network/infoprotocol/infoserver/server.cpp index e85e6120b..0402f6348 100644 --- a/examples/network/infoprotocol/infoserver/server.cpp +++ b/examples/network/infoprotocol/infoserver/server.cpp @@ -7,11 +7,11 @@ ** *****************************************************************************/ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include "server.h" diff --git a/examples/network/infoprotocol/infoserver/server.h b/examples/network/infoprotocol/infoserver/server.h index d7b9c9ae2..87683b89a 100644 --- a/examples/network/infoprotocol/infoserver/server.h +++ b/examples/network/infoprotocol/infoserver/server.h @@ -10,8 +10,8 @@ #ifndef SERVER_H #define SERVER_H -#include -#include +#include +#include #include "infodata.h" #include "serverbase.h" diff --git a/examples/network/infoprotocol/infourlclient/client.cpp b/examples/network/infoprotocol/infourlclient/client.cpp index a1625e299..6ae2c72fd 100644 --- a/examples/network/infoprotocol/infourlclient/client.cpp +++ b/examples/network/infoprotocol/infourlclient/client.cpp @@ -7,10 +7,10 @@ ** *****************************************************************************/ -#include -#include -#include -#include +#include +#include +#include +#include #include "qip.h" #include "client.h" diff --git a/examples/network/infoprotocol/infourlclient/client.h b/examples/network/infoprotocol/infourlclient/client.h index 439edbbbb..42e1e303b 100644 --- a/examples/network/infoprotocol/infourlclient/client.h +++ b/examples/network/infoprotocol/infourlclient/client.h @@ -10,7 +10,7 @@ #ifndef CLIENT_H #define CLIENT_H -#include +#include #include "clientbase.h" diff --git a/examples/network/infoprotocol/infourlclient/main.cpp b/examples/network/infoprotocol/infourlclient/main.cpp index fbe6aedb0..08bd2e660 100644 --- a/examples/network/infoprotocol/infourlclient/main.cpp +++ b/examples/network/infoprotocol/infourlclient/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "qip.h" #include "client.h" diff --git a/examples/network/infoprotocol/infourlclient/qip.cpp b/examples/network/infoprotocol/infourlclient/qip.cpp index 5424370e2..aa1535013 100644 --- a/examples/network/infoprotocol/infourlclient/qip.cpp +++ b/examples/network/infoprotocol/infourlclient/qip.cpp @@ -7,10 +7,10 @@ ** *****************************************************************************/ -#include -#include -#include -#include +#include +#include +#include +#include #include "qip.h" diff --git a/examples/network/infoprotocol/infourlclient/qip.h b/examples/network/infoprotocol/infourlclient/qip.h index f2b9db98d..cb748a3ba 100644 --- a/examples/network/infoprotocol/infourlclient/qip.h +++ b/examples/network/infoprotocol/infourlclient/qip.h @@ -10,7 +10,7 @@ #ifndef TQIP_H #define TQIP_H -#include +#include class TQSocket; 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; 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; diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp index 35595673f..6a1d10cd7 100644 --- a/examples/network/remotecontrol/ipcserver.cpp +++ b/examples/network/remotecontrol/ipcserver.cpp @@ -1,10 +1,10 @@ #include "ipcserver.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include class IpcSocket : public TQSocket { diff --git a/examples/network/remotecontrol/ipcserver.h b/examples/network/remotecontrol/ipcserver.h index f4c86f49f..d9188f1e5 100644 --- a/examples/network/remotecontrol/ipcserver.h +++ b/examples/network/remotecontrol/ipcserver.h @@ -1,7 +1,7 @@ #ifndef IPCSERVER_H #define IPCSERVER_H -#include +#include class IpcServer : public TQServerSocket { diff --git a/examples/network/remotecontrol/main.cpp b/examples/network/remotecontrol/main.cpp index c617df233..76072217c 100644 --- a/examples/network/remotecontrol/main.cpp +++ b/examples/network/remotecontrol/main.cpp @@ -1,4 +1,4 @@ -#include +#include #include "startup.h" diff --git a/examples/network/remotecontrol/remotectrlimpl.cpp b/examples/network/remotecontrol/remotectrlimpl.cpp index 03af938f8..4859d3b82 100644 --- a/examples/network/remotecontrol/remotectrlimpl.cpp +++ b/examples/network/remotecontrol/remotectrlimpl.cpp @@ -1,11 +1,11 @@ #include "remotectrlimpl.h" -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include RemoteCtrlImpl::RemoteCtrlImpl( TQSocket *s ) { diff --git a/examples/network/remotecontrol/startup.cpp b/examples/network/remotecontrol/startup.cpp index f555499b7..bc16f19ff 100644 --- a/examples/network/remotecontrol/startup.cpp +++ b/examples/network/remotecontrol/startup.cpp @@ -3,8 +3,8 @@ #include "maindialog.h" #include "ipcserver.h" -#include -#include +#include +#include static const Q_UINT16 ipcPort = 54923; diff --git a/examples/network/remotecontrol/startup.h b/examples/network/remotecontrol/startup.h index 5530cba8f..10922d267 100644 --- a/examples/network/remotecontrol/startup.h +++ b/examples/network/remotecontrol/startup.h @@ -1,7 +1,7 @@ #ifndef STARTUP_H #define STARTUP_H -#include +#include class TQSocket; class RemoteCtrlImpl; -- cgit v1.2.1