summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqprogressbar.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/ntqprogressbar.html
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqprogressbar.html')
-rw-r--r--doc/html/ntqprogressbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqprogressbar.html b/doc/html/ntqprogressbar.html
index 81808c0e..cf1b712a 100644
--- a/doc/html/ntqprogressbar.html
+++ b/doc/html/ntqprogressbar.html
@@ -88,7 +88,7 @@ with <a href="#setProgress">setProgress</a>(). The progress bar can be rewound t
beginning with <a href="#reset">reset</a>().
<p> If the total is given as 0 the progress bar shows a busy indicator
instead of a percentage of steps. This is useful, for example,
-when using <a href="ntqftp.html">TQFtp</a> or <a href="ntqhttp.html">TQHttp</a> to download items when they are unable to
+when using <a href="tqftp.html">TQFtp</a> or <a href="tqhttp.html">TQHttp</a> to download items when they are unable to
determine the size of the item being downloaded.
<p> <p>See also <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Progress Indicator</a>, and <a href="advanced.html">Advanced Widgets</a>.