summaryrefslogtreecommitdiffstats
path: root/examples/network
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network')
-rw-r--r--examples/network/archivesearch/archivedialog.ui2
-rw-r--r--examples/network/archivesearch/archivedialog.ui.h2
-rw-r--r--examples/network/archivesearch/main.cpp2
-rw-r--r--examples/network/clientserver/client/client.cpp2
-rw-r--r--examples/network/clientserver/server/server.cpp2
-rw-r--r--examples/network/ftpclient/ftpmainwindow.ui.h4
-rw-r--r--examples/network/ftpclient/main.cpp2
-rw-r--r--examples/network/httpd/httpd.cpp2
-rw-r--r--examples/network/infoprotocol/infoclient/client.cpp2
-rw-r--r--examples/network/infoprotocol/infoclient/main.cpp2
-rw-r--r--examples/network/infoprotocol/infoserver/main.cpp2
-rw-r--r--examples/network/infoprotocol/infoserver/server.cpp2
-rw-r--r--examples/network/infoprotocol/infourlclient/client.cpp2
-rw-r--r--examples/network/infoprotocol/infourlclient/main.cpp2
-rw-r--r--examples/network/mail/main.cpp2
-rw-r--r--examples/network/mail/smtp.cpp2
-rw-r--r--examples/network/networkprotocol/main.cpp2
-rw-r--r--examples/network/remotecontrol/ipcserver.cpp2
-rw-r--r--examples/network/remotecontrol/main.cpp2
19 files changed, 20 insertions, 20 deletions
diff --git a/examples/network/archivesearch/archivedialog.ui b/examples/network/archivesearch/archivedialog.ui
index 637961456..55b4a59b0 100644
--- a/examples/network/archivesearch/archivedialog.ui
+++ b/examples/network/archivesearch/archivedialog.ui
@@ -115,7 +115,7 @@
<include location="global" impldecl="in declaration">tqhttp.h</include>
<include location="global" impldecl="in declaration">tqurl.h</include>
<include location="global" impldecl="in declaration">tqmessagebox.h</include>
- <include location="global" impldecl="in declaration">ntqapplication.h</include>
+ <include location="global" impldecl="in declaration">tqapplication.h</include>
<include location="global" impldecl="in declaration">tqcursor.h</include>
<include location="global" impldecl="in declaration">tqregexp.h</include>
<include location="local" impldecl="in implementation">archivedialog.ui.h</include>
diff --git a/examples/network/archivesearch/archivedialog.ui.h b/examples/network/archivesearch/archivedialog.ui.h
index 45c4553ee..34467aaa3 100644
--- a/examples/network/archivesearch/archivedialog.ui.h
+++ b/examples/network/archivesearch/archivedialog.ui.h
@@ -8,7 +8,7 @@
*****************************************************************************/
/****************************************************************************
-** ui.h extension file, included from the uic-generated form implementation.
+** ui.h extension file, included from the tquic-generated form implementation.
**
** If you wish to add, delete or rename functions or slots use
** TQt Designer which will update this file, preserving your code. Create an
diff --git a/examples/network/archivesearch/main.cpp b/examples/network/archivesearch/main.cpp
index 53e7e9289..e2683ffe6 100644
--- a/examples/network/archivesearch/main.cpp
+++ b/examples/network/archivesearch/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "archivedialog.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
int main(int argc, char **argv)
{
diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp
index 8e80a8a90..ce3d96767 100644
--- a/examples/network/clientserver/client/client.cpp
+++ b/examples/network/clientserver/client/client.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <tqsocket.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqvbox.h>
#include <tqhbox.h>
#include <tqtextview.h>
diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp
index 97a164ba7..9f8d82a7f 100644
--- a/examples/network/clientserver/server/server.cpp
+++ b/examples/network/clientserver/server/server.cpp
@@ -9,7 +9,7 @@
#include <tqsocket.h>
#include <tqserversocket.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqvbox.h>
#include <tqtextview.h>
#include <tqlabel.h>
diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h
index d57b0b9f0..8580b7b69 100644
--- a/examples/network/ftpclient/ftpmainwindow.ui.h
+++ b/examples/network/ftpclient/ftpmainwindow.ui.h
@@ -9,7 +9,7 @@
/****************************************************************************
**
-** ui.h extension file, included from the uic-generated form implementation.
+** ui.h extension file, included from the tquic-generated form implementation.
**
** The init() function is used in place of a constructor.
** The destroy() function is used in place of a destructor.
@@ -25,7 +25,7 @@
#include <tqmessagebox.h>
#include <tqfiledialog.h>
#include <tqprogressdialog.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "connectdialog.h"
#include "ftpviewitem.h"
diff --git a/examples/network/ftpclient/main.cpp b/examples/network/ftpclient/main.cpp
index 1a231a714..b743c5b2e 100644
--- a/examples/network/ftpclient/main.cpp
+++ b/examples/network/ftpclient/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.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 722354cd6..dc65fb9e0 100644
--- a/examples/network/httpd/httpd.cpp
+++ b/examples/network/httpd/httpd.cpp
@@ -10,7 +10,7 @@
#include <tqsocket.h>
#include <tqregexp.h>
#include <tqserversocket.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqmainwindow.h>
#include <tqtextstream.h>
#include <tqvbox.h>
diff --git a/examples/network/infoprotocol/infoclient/client.cpp b/examples/network/infoprotocol/infoclient/client.cpp
index eb35d96be..45d961136 100644
--- a/examples/network/infoprotocol/infoclient/client.cpp
+++ b/examples/network/infoprotocol/infoclient/client.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <tqsocket.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqtextedit.h>
#include <tqlineedit.h>
#include <tqlabel.h>
diff --git a/examples/network/infoprotocol/infoclient/main.cpp b/examples/network/infoprotocol/infoclient/main.cpp
index 014887949..cd9fffbbc 100644
--- a/examples/network/infoprotocol/infoclient/main.cpp
+++ b/examples/network/infoprotocol/infoclient/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "client.h"
diff --git a/examples/network/infoprotocol/infoserver/main.cpp b/examples/network/infoprotocol/infoserver/main.cpp
index ecb2a361f..b37776a7a 100644
--- a/examples/network/infoprotocol/infoserver/main.cpp
+++ b/examples/network/infoprotocol/infoserver/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "server.h"
diff --git a/examples/network/infoprotocol/infoserver/server.cpp b/examples/network/infoprotocol/infoserver/server.cpp
index 7e69d9791..967115c46 100644
--- a/examples/network/infoprotocol/infoserver/server.cpp
+++ b/examples/network/infoprotocol/infoserver/server.cpp
@@ -10,7 +10,7 @@
#include <tqtextview.h>
#include <tqpushbutton.h>
#include <tqtextstream.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqmessagebox.h>
#include <stdlib.h>
diff --git a/examples/network/infoprotocol/infourlclient/client.cpp b/examples/network/infoprotocol/infourlclient/client.cpp
index 29afa91c8..72b45ca28 100644
--- a/examples/network/infoprotocol/infourlclient/client.cpp
+++ b/examples/network/infoprotocol/infourlclient/client.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqtextedit.h>
#include <tqpushbutton.h>
#include <tqfiledialog.h>
diff --git a/examples/network/infoprotocol/infourlclient/main.cpp b/examples/network/infoprotocol/infourlclient/main.cpp
index 08bd2e660..06824e5d9 100644
--- a/examples/network/infoprotocol/infourlclient/main.cpp
+++ b/examples/network/infoprotocol/infourlclient/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "qip.h"
#include "client.h"
diff --git a/examples/network/mail/main.cpp b/examples/network/mail/main.cpp
index c45a2a944..52393ad1c 100644
--- a/examples/network/mail/main.cpp
+++ b/examples/network/mail/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "composer.h"
diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp
index dd396ce2b..afc9879ee 100644
--- a/examples/network/mail/smtp.cpp
+++ b/examples/network/mail/smtp.cpp
@@ -13,7 +13,7 @@
#include <tqsocket.h>
#include <tqdns.h>
#include <tqtimer.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqmessagebox.h>
#include <tqregexp.h>
diff --git a/examples/network/networkprotocol/main.cpp b/examples/network/networkprotocol/main.cpp
index 76f8fce5a..0293f16c2 100644
--- a/examples/network/networkprotocol/main.cpp
+++ b/examples/network/networkprotocol/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqnetwork.h>
#include "nntp.h"
diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp
index 80c340b8d..c6218e203 100644
--- a/examples/network/remotecontrol/ipcserver.cpp
+++ b/examples/network/remotecontrol/ipcserver.cpp
@@ -4,7 +4,7 @@
#include <tqvariant.h>
#include <tqimage.h>
#include <tqpalette.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
class IpcSocket : public TQSocket
{
diff --git a/examples/network/remotecontrol/main.cpp b/examples/network/remotecontrol/main.cpp
index 914d56855..437173088 100644
--- a/examples/network/remotecontrol/main.cpp
+++ b/examples/network/remotecontrol/main.cpp
@@ -1,4 +1,4 @@
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "startup.h"