From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/httpd-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/httpd-example.html') diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 6ad8ab235..f2d118ef8 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -56,7 +56,7 @@ sending the page, it closes the connection. #include <tqmainwindow.h> #include <tqtextstream.h> #include <ntqvbox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqtextview.h> #include <ntqpushbutton.h> @@ -137,8 +137,8 @@ public: "You can connect with your\n" "web browser to port %1" ).arg( httpd->port() ); - TQLabel *lb = new TQLabel( itext, this ); - lb->setAlignment( AlignHCenter ); + TQLabel *lb = new TQLabel( itext, this ); + lb->setAlignment( AlignHCenter ); infoText = new TQTextView( this ); TQPushButton *quit = new TQPushButton( "quit" , this ); -- cgit v1.2.3