diff options
Diffstat (limited to 'doc/html/progress-example.html')
-rw-r--r-- | doc/html/progress-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 <a href="ntqlabel.html">TQLabel</a> { public: - AnimatedThingy( <a href="tqwidget.html">TQWidget</a>* parent, const <a href="ntqstring.html">TQString</a>& s ) : + AnimatedThingy( <a href="tqwidget.html">TQWidget</a>* parent, const <a href="tqstring.html">TQString</a>& s ) : <a href="ntqlabel.html">TQLabel</a>(parent), label(s), step(0) @@ -153,7 +153,7 @@ private: int oy[2][nqix]; int x0,y0,x1,y1; int dx0,dy0,dx1,dy1; - <a href="ntqstring.html">TQString</a> label; + <a href="tqstring.html">TQString</a> label; int step; }; @@ -171,10 +171,10 @@ class CPUWaster : public <a href="tqwidget.html">TQWidget</a> while (n--) r*=(n%3 ? 5 : 4); return r; } - <a href="ntqstring.html">TQString</a> drawItemText(int id) + <a href="tqstring.html">TQString</a> drawItemText(int id) { - <a href="ntqstring.html">TQString</a> str; - str.<a href="ntqstring.html#sprintf">sprintf</a>("%d Rectangles", drawItemRects(id)); + <a href="tqstring.html">TQString</a> str; + str.<a href="tqstring.html#sprintf">sprintf</a>("%d Rectangles", drawItemRects(id)); return str; } |