From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/progress-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/progress-example.html') diff --git a/doc/html/progress-example.html b/doc/html/progress-example.html index 9ccb3e5e6..9f1e4eae4 100644 --- a/doc/html/progress-example.html +++ b/doc/html/progress-example.html @@ -57,7 +57,7 @@ demonstrates simple use of menus. class AnimatedThingy : public TQLabel { public: - AnimatedThingy( TQWidget* parent, const TQString& s ) : + AnimatedThingy( TQWidget* parent, const TQString& s ) : TQLabel(parent), label(s), step(0) @@ -153,7 +153,7 @@ private: int oy[2][nqix]; int x0,y0,x1,y1; int dx0,dy0,dx1,dy1; - TQString label; + TQString label; int step; }; @@ -171,10 +171,10 @@ class CPUWaster : public TQWidget while (n--) r*=(n%3 ? 5 : 4); return r; } - TQString drawItemText(int id) + TQString drawItemText(int id) { - TQString str; - str.sprintf("%d Rectangles", drawItemRects(id)); + TQString str; + str.sprintf("%d Rectangles", drawItemRects(id)); return str; } -- cgit v1.2.3