From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/distributor-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/distributor-example.html') diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html index ac24caf5e..069fc25a6 100644 --- a/doc/html/distributor-example.html +++ b/doc/html/distributor-example.html @@ -71,13 +71,13 @@ distributed with TQt. #include <ntqlineedit.h> #include <ntqmessagebox.h> #include <ntqpushbutton.h> -#include <ntqtimer.h> +#include <tqtimer.h> void Distributor::init() { - timer = new TQTimer( this ); - connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(checkLibData()) ); + timer = new TQTimer( this ); + connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(checkLibData()) ); cancelButton()->setAutoDefault( FALSE ); backButton()->setAutoDefault( FALSE ); @@ -142,7 +142,7 @@ void Distributor::checkLibFilename( const TQString & if ( ! filename.isEmpty() && fileinfo.exists() && fileinfo.isReadable() && fileinfo.isWritable() && fileinfo.isFile() && !fileinfo.isSymLink() ) - timer->start( 500, TRUE ); + timer->start( 500, TRUE ); } void Distributor::browseLibFilename() -- cgit v1.2.3