diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
| commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
| tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /examples/network | |
| parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
| download | tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip | |
Rename layout 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/httpd/httpd.cpp | 2 | ||||
| -rw-r--r-- | examples/network/mail/composer.cpp | 2 | ||||
| -rw-r--r-- | examples/network/networkprotocol/view.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index 2a8b6b3e0..8e80a8a90 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -9,8 +9,8 @@ #include <tqsocket.h> #include <ntqapplication.h> -#include <ntqvbox.h> -#include <ntqhbox.h> +#include <tqvbox.h> +#include <tqhbox.h> #include <tqtextview.h> #include <tqlineedit.h> #include <tqlabel.h> diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp index c2d53255b..97a164ba7 100644 --- a/examples/network/clientserver/server/server.cpp +++ b/examples/network/clientserver/server/server.cpp @@ -10,7 +10,7 @@ #include <tqsocket.h> #include <tqserversocket.h> #include <ntqapplication.h> -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqtextview.h> #include <tqlabel.h> #include <tqpushbutton.h> diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index db01925e8..722354cd6 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -13,7 +13,7 @@ #include <ntqapplication.h> #include <tqmainwindow.h> #include <tqtextstream.h> -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqlabel.h> #include <tqtextview.h> #include <tqpushbutton.h> diff --git a/examples/network/mail/composer.cpp b/examples/network/mail/composer.cpp index d0376750e..3b7ba596e 100644 --- a/examples/network/mail/composer.cpp +++ b/examples/network/mail/composer.cpp @@ -14,7 +14,7 @@ #include <tqmultilineedit.h> #include <tqpushbutton.h> #include <tqlabel.h> -#include <ntqlayout.h> +#include <tqlayout.h> Composer::Composer( TQWidget *parent ) : TQWidget( parent ) diff --git a/examples/network/networkprotocol/view.h b/examples/network/networkprotocol/view.h index 9a5583ff8..079e65a7c 100644 --- a/examples/network/networkprotocol/view.h +++ b/examples/network/networkprotocol/view.h @@ -10,7 +10,7 @@ #ifndef VIEW_H #define VIEW_H -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqcstring.h> #include <tqurloperator.h> |
