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/cursor-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/cursor-example.html') diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index c119ecc1d..c218bc6cd 100644 --- a/doc/html/cursor-example.html +++ b/doc/html/cursor-example.html @@ -49,7 +49,7 @@ This example shows how to set a mouse cursor for a widget. #include <tqlabel.h> #include <tqbitmap.h> #include <ntqapplication.h> -#include <ntqlayout.h> +#include <tqlayout.h> #include <ntqcursor.h> // cb_bits and cm_bits were generated by X bitmap program. -- cgit v1.2.3