From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/html/cursor-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/cursor-example.html') diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index c218bc6cd..b17ea2cc9 100644 --- a/doc/html/cursor-example.html +++ b/doc/html/cursor-example.html @@ -50,7 +50,7 @@ This example shows how to set a mouse cursor for a widget. #include <tqbitmap.h> #include <ntqapplication.h> #include <tqlayout.h> -#include <ntqcursor.h> +#include <tqcursor.h> // cb_bits and cm_bits were generated by X bitmap program. @@ -159,7 +159,7 @@ CursorView::CursorView() // construct view 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 + TQCursor custom( cb, cm ); // create bitmap cursor label = new TQLabel( this ); // create the big label label->setCursor( custom ); -- cgit v1.2.3