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/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 ad542c053..5e96efac5 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -55,7 +55,7 @@ sending the page, it closes the connection. #include <ntqapplication.h> #include <tqmainwindow.h> #include <tqtextstream.h> -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqlabel.h> #include <tqtextview.h> #include <tqpushbutton.h> @@ -124,7 +124,7 @@ private slots: // HttpInfo provides a simple graphical user interface to the server and shows // the actions of the server. -class HttpInfo : public TQVBox +class HttpInfo : public TQVBox { TQ_OBJECT public: -- cgit v1.2.3