summaryrefslogtreecommitdiffstats
path: root/doc/html/tqhttp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqhttp.html')
-rw-r--r--doc/html/tqhttp.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqhttp.html b/doc/html/tqhttp.html
index df3d9a945..6459cc746 100644
--- a/doc/html/tqhttp.html
+++ b/doc/html/tqhttp.html
@@ -173,11 +173,11 @@ can also be written as:
</pre>
<p> The <a href="#dataSendProgress">dataSendProgress</a>() and <a href="#dataReadProgress">dataReadProgress</a>() signals in the above
-example are useful if you want to show a <a href="ntqprogressbar.html">progressbar</a> to inform the user about the progress of the
+example are useful if you want to show a <a href="tqprogressbar.html">progressbar</a> to inform the user about the progress of the
download. The second argument is the total size of data. In
certain cases it is not possible to know the total amount in
advance, in which case the second argument is 0. (If you connect
-to a <a href="ntqprogressbar.html">TQProgressBar</a> a total of 0 results in a busy indicator.)
+to a <a href="tqprogressbar.html">TQProgressBar</a> a total of 0 results in a busy indicator.)
<p> When the response header is read, it is reported with the
<a href="#responseHeaderReceived">responseHeaderReceived</a>() signal.
<p> The <a href="#readyRead">readyRead</a>() signal tells you that there is data ready to be
@@ -361,12 +361,12 @@ the <a href="#requestFinished">requestFinished</a>() signal.
server to indicate the current progress of the download.
<p> <em>done</em> is the amount of data that has already arrived and <em>total</em> is the total amount of data. It is possible that the total
amount of data that should be transferred cannot be determined, in
-which case <em>total</em> is 0.(If you connect to a <a href="ntqprogressbar.html">TQProgressBar</a>, the
+which case <em>total</em> is 0.(If you connect to a <a href="tqprogressbar.html">TQProgressBar</a>, the
progress bar shows a busy indicator if the total is 0).
<p> <b>Warning:</b> <em>done</em> and <em>total</em> are not necessarily the size in
bytes, since for large files these values might need to be
"scaled" to avoid overflow.
-<p> <p>See also <a href="#dataSendProgress">dataSendProgress</a>(), <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="ntqprogressbar.html#progress-prop">TQProgressBar::progress</a>.
+<p> <p>See also <a href="#dataSendProgress">dataSendProgress</a>(), <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="tqprogressbar.html#progress-prop">TQProgressBar::progress</a>.
<h3 class=fn>void <a name="dataSendProgress"></a>TQHttp::dataSendProgress ( int&nbsp;done, int&nbsp;total )<tt> [signal]</tt>
</h3>
@@ -375,12 +375,12 @@ bytes, since for large files these values might need to be
server to inform it about the progress of the upload.
<p> <em>done</em> is the amount of data that has already arrived and <em>total</em> is the total amount of data. It is possible that the total
amount of data that should be transferred cannot be determined, in
-which case <em>total</em> is 0.(If you connect to a <a href="ntqprogressbar.html">TQProgressBar</a>, the
+which case <em>total</em> is 0.(If you connect to a <a href="tqprogressbar.html">TQProgressBar</a>, the
progress bar shows a busy indicator if the total is 0).
<p> <b>Warning:</b> <em>done</em> and <em>total</em> are not necessarily the size in
bytes, since for large files these values might need to be
"scaled" to avoid overflow.
-<p> <p>See also <a href="#dataReadProgress">dataReadProgress</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="ntqprogressbar.html#progress-prop">TQProgressBar::progress</a>.
+<p> <p>See also <a href="#dataReadProgress">dataReadProgress</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), and <a href="tqprogressbar.html#progress-prop">TQProgressBar::progress</a>.
<h3 class=fn>void <a name="done"></a>TQHttp::done ( bool&nbsp;error )<tt> [signal]</tt>
</h3>