summaryrefslogtreecommitdiffstats
path: root/examples/network
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network')
-rw-r--r--examples/network/archivesearch/archivedialog.ui12
-rw-r--r--examples/network/archivesearch/main.cpp2
-rw-r--r--examples/network/clientserver/client/client.cpp18
-rw-r--r--examples/network/clientserver/server/server.cpp16
-rw-r--r--examples/network/ftpclient/ftpmainwindow.ui.h16
-rw-r--r--examples/network/ftpclient/ftpviewitem.cpp2
-rw-r--r--examples/network/ftpclient/ftpviewitem.h4
-rw-r--r--examples/network/ftpclient/main.cpp2
-rw-r--r--examples/network/httpd/httpd.cpp20
-rw-r--r--examples/network/infoprotocol/infoclient/client.cpp16
-rw-r--r--examples/network/infoprotocol/infoclient/main.cpp2
-rw-r--r--examples/network/infoprotocol/infoserver/infodata.h4
-rw-r--r--examples/network/infoprotocol/infoserver/main.cpp2
-rw-r--r--examples/network/infoprotocol/infoserver/server.cpp10
-rw-r--r--examples/network/infoprotocol/infoserver/server.h4
-rw-r--r--examples/network/infoprotocol/infourlclient/client.cpp8
-rw-r--r--examples/network/infoprotocol/infourlclient/client.h2
-rw-r--r--examples/network/infoprotocol/infourlclient/main.cpp2
-rw-r--r--examples/network/infoprotocol/infourlclient/qip.cpp8
-rw-r--r--examples/network/infoprotocol/infourlclient/qip.h2
-rw-r--r--examples/network/mail/composer.cpp10
-rw-r--r--examples/network/mail/composer.h2
-rw-r--r--examples/network/mail/main.cpp2
-rw-r--r--examples/network/mail/smtp.cpp14
-rw-r--r--examples/network/mail/smtp.h4
-rw-r--r--examples/network/networkprotocol/main.cpp4
-rw-r--r--examples/network/networkprotocol/nntp.cpp8
-rw-r--r--examples/network/networkprotocol/nntp.h4
-rw-r--r--examples/network/networkprotocol/view.cpp8
-rw-r--r--examples/network/networkprotocol/view.h6
-rw-r--r--examples/network/remotecontrol/ipcserver.cpp10
-rw-r--r--examples/network/remotecontrol/ipcserver.h2
-rw-r--r--examples/network/remotecontrol/main.cpp2
-rw-r--r--examples/network/remotecontrol/remotectrlimpl.cpp12
-rw-r--r--examples/network/remotecontrol/startup.cpp4
-rw-r--r--examples/network/remotecontrol/startup.h2
36 files changed, 123 insertions, 123 deletions
diff --git a/examples/network/archivesearch/archivedialog.ui b/examples/network/archivesearch/archivedialog.ui
index 3d3e67a9..7d7b78a5 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 8a8588a1..9db13ff1 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 0155a4fa..6a1a8eb0 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 b6ac4479..cde5cc7c 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 1c272ffb..8f3cde07 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 0763c1b0..97544b67 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 3387f030..28dcbb87 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 df636dcb..1a231a71 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 f96fc455..6f7146b1 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 a1852eb2..58105a51 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 50202695..01488794 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 5a293ceb..45bf9c83 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 42c0c7fa..0cfcf58c 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 e85e6120..0402f634 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 d7b9c9ae..87683b89 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 a1625e29..6ae2c72f 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 439edbbb..42e1e303 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 fbe6aedb..08bd2e66 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 5424370e..aa153501 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 f2b9db98..cb748a3b 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 f5ec2383..cee25929 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 6ef32313..dcf46fc5 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 c8050769..c45a2a94 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 a0256867..68c2aa4f 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 66cf5fda..f8c787e1 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 ce4d90e8..5f9f7d33 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 6a4e1245..1fe31dda 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 2940a1ad..0e9fa280 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 c6ee717d..3c24e03d 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 29c0f6e5..d76a7f4f 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 35595673..6a1d10cd 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 f4c86f49..d9188f1e 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 c617df23..76072217 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 03af938f..4859d3b8 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 f555499b..bc16f19f 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 5530cba8..10922d26 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;