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/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 a6813a06f..a13bbb8f6 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -50,7 +50,7 @@ This example shows how to use a progress bar. #define PROGRESSBAR_H #include <ntqbuttongroup.h> -#include <ntqtimer.h> +#include <tqtimer.h> class TQRadioButton; class TQPushButton; @@ -67,7 +67,7 @@ protected: TQRadioButton *slow, *normal, *fast; TQPushButton *start, *pause, *reset; TQProgressBar *progress; - TQTimer timer; + TQTimer timer; protected slots: void slotStart(); -- cgit v1.2.3