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/tooltip-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tooltip-example.html') diff --git a/doc/html/tooltip-example.html b/doc/html/tooltip-example.html index c978d1460..a4ab7b73b 100644 --- a/doc/html/tooltip-example.html +++ b/doc/html/tooltip-example.html @@ -98,7 +98,7 @@ private: *****************************************************************************/ #include "tooltip.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqpainter.h> #include <stdlib.h> @@ -218,19 +218,19 @@ TQRect TellMe::tip( const TQPoint ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include "tooltip.h" int main( int argc, char ** argv ) { - TQApplication a( argc, argv ); + TQApplication a( argc, argv ); TellMe mw; mw.setCaption( "TQt Example - Dynamic Tool Tips" ); - a.setMainWidget( &mw ); + a.setMainWidget( &mw ); mw.show(); - return a.exec(); + return a.exec(); } -- cgit v1.2.3