From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/cursor-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/cursor-example.html') diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index 0d7712e39..b6769df14 100644 --- a/doc/html/cursor-example.html +++ b/doc/html/cursor-example.html @@ -47,7 +47,7 @@ This example shows how to set a mouse cursor for a widget. *****************************************************************************/ #include <ntqlabel.h> -#include <ntqbitmap.h> +#include <tqbitmap.h> #include <ntqapplication.h> #include <ntqlayout.h> #include <ntqcursor.h> @@ -157,8 +157,8 @@ CursorView::CursorView() // construct view - TQBitmap cb( cb_width, cb_height, cb_bits, TRUE ); - TQBitmap cm( cm_width, cm_height, cm_bits, TRUE ); + TQBitmap cb( cb_width, cb_height, cb_bits, TRUE ); + TQBitmap cm( cm_width, cm_height, cm_bits, TRUE ); TQCursor custom( cb, cm ); // create bitmap cursor label = new TQLabel( this ); // create the big label -- cgit v1.2.3