From d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 20:19:50 +0900 Subject: Rename style nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/progressbar-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/progressbar-example.html') diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index 5b40c64ff..ea9af3c72 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -98,7 +98,7 @@ protected slots: #include <tqprogressbar.h> #include <tqlayout.h> -#include <ntqmotifstyle.h> +#include <tqmotifstyle.h> /* * Constructor @@ -137,7 +137,7 @@ protected slots: // Create the progressbar progress = new TQProgressBar( 100, this ); - // progress->setStyle( new TQMotifStyle() ); + // progress->setStyle( new TQMotifStyle() ); toplayout->addMultiCellWidget( progress, 1, 1, 0, 1 ); // connect the clicked() SIGNALs of the pushbuttons to SLOTs -- cgit v1.2.3