diff options
Diffstat (limited to 'examples/network')
36 files changed, 123 insertions, 123 deletions
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 @@ </vbox> </widget> <includes> - <include location="global" impldecl="in declaration">qhttp.h</include> - <include location="global" impldecl="in declaration">qurl.h</include> - <include location="global" impldecl="in declaration">qmessagebox.h</include> - <include location="global" impldecl="in declaration">qapplication.h</include> - <include location="global" impldecl="in declaration">qcursor.h</include> - <include location="global" impldecl="in declaration">qregexp.h</include> + <include location="global" impldecl="in declaration">ntqhttp.h</include> + <include location="global" impldecl="in declaration">ntqurl.h</include> + <include location="global" impldecl="in declaration">ntqmessagebox.h</include> + <include location="global" impldecl="in declaration">ntqapplication.h</include> + <include location="global" impldecl="in declaration">ntqcursor.h</include> + <include location="global" impldecl="in declaration">ntqregexp.h</include> <include location="local" impldecl="in implementation">archivedialog.ui.h</include> </includes> <variables> 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 <qapplication.h> +#include <ntqapplication.h> 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 <qsocket.h> -#include <qapplication.h> -#include <qvbox.h> -#include <qhbox.h> -#include <qtextview.h> -#include <qlineedit.h> -#include <qlabel.h> -#include <qpushbutton.h> -#include <qtextstream.h> +#include <ntqsocket.h> +#include <ntqapplication.h> +#include <ntqvbox.h> +#include <ntqhbox.h> +#include <ntqtextview.h> +#include <ntqlineedit.h> +#include <ntqlabel.h> +#include <ntqpushbutton.h> +#include <ntqtextstream.h> 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 <qsocket.h> -#include <qserversocket.h> -#include <qapplication.h> -#include <qvbox.h> -#include <qtextview.h> -#include <qlabel.h> -#include <qpushbutton.h> -#include <qtextstream.h> +#include <ntqsocket.h> +#include <ntqserversocket.h> +#include <ntqapplication.h> +#include <ntqvbox.h> +#include <ntqtextview.h> +#include <ntqlabel.h> +#include <ntqpushbutton.h> +#include <ntqtextstream.h> #include <stdlib.h> 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 <qftp.h> -#include <qlineedit.h> -#include <qspinbox.h> -#include <qstatusbar.h> -#include <qmessagebox.h> -#include <qfiledialog.h> -#include <qprogressdialog.h> -#include <qapplication.h> +#include <ntqftp.h> +#include <ntqlineedit.h> +#include <ntqspinbox.h> +#include <ntqstatusbar.h> +#include <ntqmessagebox.h> +#include <ntqfiledialog.h> +#include <ntqprogressdialog.h> +#include <ntqapplication.h> #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 <qpixmap.h> +#include <ntqpixmap.h> #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 <qlistview.h> -#include <qdatetime.h> +#include <ntqlistview.h> +#include <ntqdatetime.h> 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 <qapplication.h> +#include <ntqapplication.h> #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 <stdlib.h> -#include <qsocket.h> -#include <qregexp.h> -#include <qserversocket.h> -#include <qapplication.h> -#include <qmainwindow.h> -#include <qtextstream.h> -#include <qvbox.h> -#include <qlabel.h> -#include <qtextview.h> -#include <qpushbutton.h> +#include <ntqsocket.h> +#include <ntqregexp.h> +#include <ntqserversocket.h> +#include <ntqapplication.h> +#include <ntqmainwindow.h> +#include <ntqtextstream.h> +#include <ntqvbox.h> +#include <ntqlabel.h> +#include <ntqtextview.h> +#include <ntqpushbutton.h> // 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 <qsocket.h> -#include <qapplication.h> -#include <qtextedit.h> -#include <qlineedit.h> -#include <qlabel.h> -#include <qpushbutton.h> -#include <qtextstream.h> -#include <qlistbox.h> +#include <ntqsocket.h> +#include <ntqapplication.h> +#include <ntqtextedit.h> +#include <ntqlineedit.h> +#include <ntqlabel.h> +#include <ntqpushbutton.h> +#include <ntqtextstream.h> +#include <ntqlistbox.h> #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 <qapplication.h> +#include <ntqapplication.h> #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 <qdict.h> -#include <qstringlist.h> +#include <ntqdict.h> +#include <ntqstringlist.h> // 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 <qapplication.h> +#include <ntqapplication.h> #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 <qtextview.h> -#include <qpushbutton.h> -#include <qtextstream.h> -#include <qapplication.h> -#include <qmessagebox.h> +#include <ntqtextview.h> +#include <ntqpushbutton.h> +#include <ntqtextstream.h> +#include <ntqapplication.h> +#include <ntqmessagebox.h> #include <stdlib.h> #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 <qsocket.h> -#include <qserversocket.h> +#include <ntqsocket.h> +#include <ntqserversocket.h> #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 <qapplication.h> -#include <qtextedit.h> -#include <qpushbutton.h> -#include <qfiledialog.h> +#include <ntqapplication.h> +#include <ntqtextedit.h> +#include <ntqpushbutton.h> +#include <ntqfiledialog.h> #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 <qurloperator.h> +#include <ntqurloperator.h> #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 <qapplication.h> +#include <ntqapplication.h> #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 <qsocket.h> -#include <qurlinfo.h> -#include <qurloperator.h> -#include <qtextstream.h> +#include <ntqsocket.h> +#include <ntqurlinfo.h> +#include <ntqurloperator.h> +#include <ntqtextstream.h> #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 <qnetworkprotocol.h> +#include <ntqnetworkprotocol.h> 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 <qlineedit.h> -#include <qmultilineedit.h> -#include <qpushbutton.h> -#include <qlabel.h> -#include <qlayout.h> +#include <ntqlineedit.h> +#include <ntqmultilineedit.h> +#include <ntqpushbutton.h> +#include <ntqlabel.h> +#include <ntqlayout.h> 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 <qwidget.h> +#include <ntqwidget.h> 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 <qapplication.h> +#include <ntqapplication.h> #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 <qtextstream.h> -#include <qsocket.h> -#include <qdns.h> -#include <qtimer.h> -#include <qapplication.h> -#include <qmessagebox.h> -#include <qregexp.h> +#include <ntqtextstream.h> +#include <ntqsocket.h> +#include <ntqdns.h> +#include <ntqtimer.h> +#include <ntqapplication.h> +#include <ntqmessagebox.h> +#include <ntqregexp.h> 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 <qobject.h> -#include <qstring.h> +#include <ntqobject.h> +#include <ntqstring.h> 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 <qapplication.h> -#include <qnetwork.h> +#include <ntqapplication.h> +#include <ntqnetwork.h> #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 <qurlinfo.h> +#include <ntqurlinfo.h> #include <stdlib.h> -#include <qurloperator.h> -#include <qstringlist.h> -#include <qregexp.h> +#include <ntqurloperator.h> +#include <ntqstringlist.h> +#include <ntqregexp.h> 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 <qsocket.h> -#include <qnetworkprotocol.h> +#include <ntqsocket.h> +#include <ntqnetworkprotocol.h> 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 <qlabel.h> -#include <qpushbutton.h> -#include <qmultilineedit.h> -#include <qfiledialog.h> +#include <ntqlabel.h> +#include <ntqpushbutton.h> +#include <ntqmultilineedit.h> +#include <ntqfiledialog.h> 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 <qvbox.h> -#include <qcstring.h> -#include <qurloperator.h> +#include <ntqvbox.h> +#include <ntqcstring.h> +#include <ntqurloperator.h> 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 <qsocket.h> -#include <qvariant.h> -#include <qimage.h> -#include <qpalette.h> -#include <qapplication.h> +#include <ntqsocket.h> +#include <ntqvariant.h> +#include <ntqimage.h> +#include <ntqpalette.h> +#include <ntqapplication.h> 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 <qserversocket.h> +#include <ntqserversocket.h> 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 <qapplication.h> +#include <ntqapplication.h> #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 <qpushbutton.h> -#include <qlineedit.h> -#include <qsocket.h> -#include <qfiledialog.h> -#include <qcolordialog.h> -#include <qimage.h> +#include <ntqpushbutton.h> +#include <ntqlineedit.h> +#include <ntqsocket.h> +#include <ntqfiledialog.h> +#include <ntqcolordialog.h> +#include <ntqimage.h> 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 <qsocket.h> -#include <qlabel.h> +#include <ntqsocket.h> +#include <ntqlabel.h> 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 <qobject.h> +#include <ntqobject.h> class TQSocket; class RemoteCtrlImpl; |