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/rangecontrols-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/rangecontrols-example.html') diff --git a/doc/html/rangecontrols-example.html b/doc/html/rangecontrols-example.html index 40e7ea264..7766fd2f4 100644 --- a/doc/html/rangecontrols-example.html +++ b/doc/html/rangecontrols-example.html @@ -155,19 +155,19 @@ private: *****************************************************************************/ #include "rangecontrols.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main( int argc, char **argv ) { - TQApplication a( argc, argv ); + TQApplication a( argc, argv ); RangeControls rangecontrols; rangecontrols.resize( 500, 300 ); rangecontrols.setCaption( "TQt Example - Range Control Widgets" ); - a.setMainWidget( &rangecontrols ); + a.setMainWidget( &rangecontrols ); rangecontrols.show(); - return a.exec(); + return a.exec(); } -- cgit v1.2.1