summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqurloperator.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/ntqurloperator.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqurloperator.html')
-rw-r--r--doc/html/ntqurloperator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqurloperator.html b/doc/html/ntqurloperator.html
index 103d2c78a..5cc278127 100644
--- a/doc/html/ntqurloperator.html
+++ b/doc/html/ntqurloperator.html
@@ -225,7 +225,7 @@ information about the operation, including the state.
<tt>op-&gt;arg(0)</tt> holds the new directory's name.
<p> <p>See also <a href="qnetworkoperation.html">TQNetworkOperation</a> and <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>.
-<h3 class=fn>void <a name="data"></a>TQUrlOperator::data ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, <a href="qnetworkoperation.html">TQNetworkOperation</a>&nbsp;*&nbsp;op )<tt> [signal]</tt>
+<h3 class=fn>void <a name="data"></a>TQUrlOperator::data ( const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, <a href="qnetworkoperation.html">TQNetworkOperation</a>&nbsp;*&nbsp;op )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when new <em>data</em> has been received after calling
@@ -389,7 +389,7 @@ to the operation object which contains all the information about
the operation, including the state.
<p> <p>See also <a href="qnetworkoperation.html">TQNetworkOperation</a> and <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>.
-<h3 class=fn>const&nbsp;<a href="qnetworkoperation.html">TQNetworkOperation</a>&nbsp;* <a name="put"></a>TQUrlOperator::put ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;location = TQString::null )<tt> [virtual]</tt>
+<h3 class=fn>const&nbsp;<a href="qnetworkoperation.html">TQNetworkOperation</a>&nbsp;* <a name="put"></a>TQUrlOperator::put ( const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;location = TQString::null )<tt> [virtual]</tt>
</h3>
This function tells the network protocol to put <em>data</em> in <em>location</em>. If <em>location</em> is empty (TQString::null), it puts the <em>data</em> in the location to which the URL points. What happens depends
on the network protocol. Depending on the network protocol, some