summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqurloperator.html
diff options
context:
space:
mode:
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