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/checklists-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/checklists-example.html') diff --git a/doc/html/checklists-example.html b/doc/html/checklists-example.html index 539c0c939..cb59c7268 100644 --- a/doc/html/checklists-example.html +++ b/doc/html/checklists-example.html @@ -254,19 +254,19 @@ void CheckLists::copy2to3() *****************************************************************************/ #include "checklists.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main( int argc, char **argv ) { - TQApplication a( argc, argv ); + TQApplication a( argc, argv ); CheckLists checklists; checklists.resize( 650, 350 ); checklists.setCaption( "TQt Example - CheckLists" ); - a.setMainWidget( &checklists ); + a.setMainWidget( &checklists ); checklists.show(); - return a.exec(); + return a.exec(); } -- cgit v1.2.1