From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/cursor-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/cursor-example.html') diff --git a/doc/html/cursor-example.html b/doc/html/cursor-example.html index d24ea6600..17044d4eb 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 <tqlabel.h> #include <tqbitmap.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqlayout.h> #include <tqcursor.h> @@ -177,12 +177,12 @@ CursorView::CursorView() // construct view int main( int argc, char **argv ) { - TQApplication a( argc, argv ); // application object + TQApplication a( argc, argv ); // application object CursorView v; // cursor view - a.setMainWidget( &v ); + a.setMainWidget( &v ); v.setCaption("TQt Example - Cursors"); v.show(); - return a.exec(); + return a.exec(); } -- cgit v1.2.3