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/drawlines-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/drawlines-example.html') diff --git a/doc/html/drawlines-example.html b/doc/html/drawlines-example.html index 8f13910b8..93bf8acbb 100644 --- a/doc/html/drawlines-example.html +++ b/doc/html/drawlines-example.html @@ -50,7 +50,7 @@ release the button, and watch the lines get drawn. #include <tqwidget.h> #include <tqpainter.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <stdlib.h> @@ -162,14 +162,14 @@ ConnectWidget::~ConnectWidget() int main( int argc, char **argv ) { - TQApplication a( argc, argv ); + TQApplication a( argc, argv ); ConnectWidget connect; #ifndef TQT_NO_WIDGET_TOPEXTRA // for TQt/Embedded minimal build connect.setCaption( "TQt Example - Draw lines"); #endif - a.setMainWidget( &connect ); + a.setMainWidget( &connect ); connect.show(); - return a.exec(); + return a.exec(); } -- cgit v1.2.3