From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/progress-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/progress-example.html') diff --git a/doc/html/progress-example.html b/doc/html/progress-example.html index e4a239128..a06b39114 100644 --- a/doc/html/progress-example.html +++ b/doc/html/progress-example.html @@ -55,10 +55,10 @@ demonstrates simple use of menus. #include <tqpainter.h> #include <stdlib.h> -class AnimatedThingy : public TQLabel { +class AnimatedThingy : public TQLabel { public: AnimatedThingy( TQWidget* parent, const TQString& s ) : - TQLabel(parent), + TQLabel(parent), label(s), step(0) { -- cgit v1.2.3