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/hello-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/hello-example.html') diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 0697df652..a57cd3035 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -87,7 +87,7 @@ private: #include "hello.h" #include <ntqpushbutton.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> #include <ntqpixmap.h> @@ -99,9 +99,9 @@ private: Hello::Hello( const char *text, TQWidget *parent, const char *name ) : TQWidget(parent,name), t(text), b(0) { - TQTimer *timer = new TQTimer(this); - connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(animate()) ); - timer->start( 40 ); + TQTimer *timer = new TQTimer(this); + connect( timer, TQ_SIGNAL(timeout()), TQ_SLOT(animate()) ); + timer->start( 40 ); resize( 260, 130 ); } -- cgit v1.2.3