From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/clientserver-example.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/clientserver-example.html') diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index 5a910bfbd..f408cfbeb 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -58,7 +58,7 @@ specified. You can send single lines to the server. #include <tqsocket.h> #include <tqserversocket.h> #include <ntqapplication.h> -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqtextview.h> #include <tqlabel.h> #include <tqpushbutton.h> @@ -151,7 +151,7 @@ signals: The ServerInfo class provides a small GUI for the server. It also creates the SimpleServer and as a result the server. */ -class ServerInfo : public TQVBox +class ServerInfo : public TQVBox { TQ_OBJECT public: @@ -224,8 +224,8 @@ int main( int argc, char** argv ) #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> @@ -233,7 +233,7 @@ int main( int argc, char** argv ) #include <tqtextstream.h> -class Client : public TQVBox +class Client : public TQVBox { TQ_OBJECT public: @@ -241,7 +241,7 @@ public: { // GUI layout infoText = new TQTextView( this ); - TQHBox *hb = new TQHBox( this ); + TQHBox *hb = new TQHBox( this ); inputText = new TQLineEdit( hb ); TQPushButton *send = new TQPushButton( tr("Send") , hb ); TQPushButton *close = new TQPushButton( tr("Close connection") , this ); -- cgit v1.2.3