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/process-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/process-example.html') diff --git a/doc/html/process-example.html b/doc/html/process-example.html index 438c4dbaf..01bcfb163 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -51,7 +51,7 @@ output of the command. #include <tqobject.h> #include <tqprocess.h> -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqtextview.h> #include <tqpushbutton.h> #include <ntqapplication.h> @@ -59,7 +59,7 @@ output of the command. #include <stdlib.h> -class UicManager : public TQVBox +class UicManager : public TQVBox { TQ_OBJECT -- cgit v1.2.1