diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /examples/network | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/clientserver/client/client.cpp | 4 | ||||
-rw-r--r-- | examples/network/clientserver/server/server.cpp | 2 | ||||
-rw-r--r-- | examples/network/ftpclient/ftpmainwindow.ui.h | 4 | ||||
-rw-r--r-- | examples/network/httpd/httpd.cpp | 2 | ||||
-rw-r--r-- | examples/network/infoprotocol/infoclient/client.cpp | 4 | ||||
-rw-r--r-- | examples/network/infoprotocol/infoserver/server.cpp | 2 | ||||
-rw-r--r-- | examples/network/infoprotocol/infourlclient/client.cpp | 2 | ||||
-rw-r--r-- | examples/network/mail/composer.cpp | 4 | ||||
-rw-r--r-- | examples/network/networkprotocol/view.cpp | 2 | ||||
-rw-r--r-- | examples/network/remotecontrol/remotectrlimpl.cpp | 4 |
10 files changed, 15 insertions, 15 deletions
diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index 5d7eed62d..2a8b6b3e0 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -12,9 +12,9 @@ #include <ntqvbox.h> #include <ntqhbox.h> #include <tqtextview.h> -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <tqlabel.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqtextstream.h> diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp index 0550e92fa..c2d53255b 100644 --- a/examples/network/clientserver/server/server.cpp +++ b/examples/network/clientserver/server/server.cpp @@ -13,7 +13,7 @@ #include <ntqvbox.h> #include <tqtextview.h> #include <tqlabel.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqtextstream.h> #include <stdlib.h> diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h index 0c32d1ad9..603ca1479 100644 --- a/examples/network/ftpclient/ftpmainwindow.ui.h +++ b/examples/network/ftpclient/ftpmainwindow.ui.h @@ -19,8 +19,8 @@ *****************************************************************************/ #include <tqftp.h> -#include <ntqlineedit.h> -#include <ntqspinbox.h> +#include <tqlineedit.h> +#include <tqspinbox.h> #include <tqstatusbar.h> #include <ntqmessagebox.h> #include <tqfiledialog.h> diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 448f87c2e..db01925e8 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -16,7 +16,7 @@ #include <ntqvbox.h> #include <tqlabel.h> #include <tqtextview.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.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 114296bc4..857c4924c 100644 --- a/examples/network/infoprotocol/infoclient/client.cpp +++ b/examples/network/infoprotocol/infoclient/client.cpp @@ -10,9 +10,9 @@ #include <tqsocket.h> #include <ntqapplication.h> #include <tqtextedit.h> -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <tqlabel.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqtextstream.h> #include <ntqlistbox.h> diff --git a/examples/network/infoprotocol/infoserver/server.cpp b/examples/network/infoprotocol/infoserver/server.cpp index a651d38a9..509a55623 100644 --- a/examples/network/infoprotocol/infoserver/server.cpp +++ b/examples/network/infoprotocol/infoserver/server.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <tqtextview.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqtextstream.h> #include <ntqapplication.h> #include <ntqmessagebox.h> diff --git a/examples/network/infoprotocol/infourlclient/client.cpp b/examples/network/infoprotocol/infourlclient/client.cpp index ee1a85c85..29afa91c8 100644 --- a/examples/network/infoprotocol/infourlclient/client.cpp +++ b/examples/network/infoprotocol/infourlclient/client.cpp @@ -9,7 +9,7 @@ #include <ntqapplication.h> #include <tqtextedit.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqfiledialog.h> #include "qip.h" diff --git a/examples/network/mail/composer.cpp b/examples/network/mail/composer.cpp index 790a47153..603a0a84a 100644 --- a/examples/network/mail/composer.cpp +++ b/examples/network/mail/composer.cpp @@ -10,9 +10,9 @@ #include "composer.h" #include "smtp.h" -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <ntqmultilineedit.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqlabel.h> #include <ntqlayout.h> diff --git a/examples/network/networkprotocol/view.cpp b/examples/network/networkprotocol/view.cpp index 55de084a6..416fe04d4 100644 --- a/examples/network/networkprotocol/view.cpp +++ b/examples/network/networkprotocol/view.cpp @@ -10,7 +10,7 @@ #include "view.h" #include <tqlabel.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <ntqmultilineedit.h> #include <tqfiledialog.h> diff --git a/examples/network/remotecontrol/remotectrlimpl.cpp b/examples/network/remotecontrol/remotectrlimpl.cpp index e92aef67d..70e5f7965 100644 --- a/examples/network/remotecontrol/remotectrlimpl.cpp +++ b/examples/network/remotecontrol/remotectrlimpl.cpp @@ -1,7 +1,7 @@ #include "remotectrlimpl.h" -#include <ntqpushbutton.h> -#include <ntqlineedit.h> +#include <tqpushbutton.h> +#include <tqlineedit.h> #include <tqsocket.h> #include <tqfiledialog.h> #include <tqcolordialog.h> |