summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqhttp.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqhttp.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563.tar.gz
tqt-87d29563.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqhttp.html')
-rw-r--r--doc/html/ntqhttp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqhttp.html b/doc/html/ntqhttp.html
index a4641bb0a..101cf6d89 100644
--- a/doc/html/ntqhttp.html
+++ b/doc/html/ntqhttp.html
@@ -470,12 +470,12 @@ emitted. When it is finished the requestFinished() signal is
emitted.
<p> <p>See also <a href="#setHost">setHost</a>(), <a href="#get">get</a>(), <a href="#head">head</a>(), <a href="#request">request</a>(), <a href="#requestStarted">requestStarted</a>(), <a href="#requestFinished">requestFinished</a>(), and <a href="#done">done</a>().
-<h3 class=fn>int <a name="post-2"></a>TQHttp::post ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;path, const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;to = 0 )
+<h3 class=fn>int <a name="post-2"></a>TQHttp::post ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;path, const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;to = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <em>data</em> is used as the content data of the HTTP request.
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readAll"></a>TQHttp::readAll ()
+<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readAll"></a>TQHttp::readAll ()
</h3>
Reads all the bytes from the response content and returns them.
<p> <p>See also <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#request">request</a>(), <a href="#readyRead">readyRead</a>(), <a href="#bytesAvailable">bytesAvailable</a>(), and <a href="#readBlock">readBlock</a>().
@@ -523,7 +523,7 @@ emitted. When it is finished the requestFinished() signal is
emitted.
<p> <p>See also <a href="#setHost">setHost</a>(), <a href="#get">get</a>(), <a href="#post">post</a>(), <a href="#head">head</a>(), <a href="#requestStarted">requestStarted</a>(), <a href="#requestFinished">requestFinished</a>(), and <a href="#done">done</a>().
-<h3 class=fn>int <a name="request-2"></a>TQHttp::request ( const&nbsp;<a href="qhttprequestheader.html">TQHttpRequestHeader</a>&nbsp;&amp;&nbsp;header, const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;to = 0 )
+<h3 class=fn>int <a name="request-2"></a>TQHttp::request ( const&nbsp;<a href="qhttprequestheader.html">TQHttpRequestHeader</a>&nbsp;&amp;&nbsp;header, const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;to = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <em>data</em> is used as the content data of the HTTP request.