summaryrefslogtreecommitdiffstats
path: root/doc/html/progress-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/progress-example.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/progress-example.html')
-rw-r--r--doc/html/progress-example.html10
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>&amp; s ) :
+ AnimatedThingy( <a href="tqwidget.html">TQWidget</a>* parent, const <a href="tqstring.html">TQString</a>&amp; 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;
}