From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/httpd-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/httpd-example.html') diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index f2d118ef8..25dba8104 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -58,7 +58,7 @@ sending the page, it closes the connection. #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 @@ -140,7 +140,7 @@ public: TQLabel *lb = new TQLabel( itext, this ); lb->setAlignment( AlignHCenter ); infoText = new TQTextView( this ); - TQPushButton *quit = new TQPushButton( "quit" , this ); + TQPushButton *quit = new TQPushButton( "quit" , this ); connect( httpd, TQ_SIGNAL(newConnect()), TQ_SLOT(newConnect()) ); connect( httpd, TQ_SIGNAL(endConnect()), TQ_SLOT(endConnect()) ); -- cgit v1.2.3