diff options
Diffstat (limited to 'doc/html/ntqurloperator.html')
-rw-r--r-- | doc/html/ntqurloperator.html | 4 |
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->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 <a href="qbytearray.html">TQByteArray</a> & data, <a href="qnetworkoperation.html">TQNetworkOperation</a> * op )<tt> [signal]</tt> +<h3 class=fn>void <a name="data"></a>TQUrlOperator::data ( const <a href="tqbytearray.html">TQByteArray</a> & data, <a href="qnetworkoperation.html">TQNetworkOperation</a> * 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 <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="put"></a>TQUrlOperator::put ( const <a href="qbytearray.html">TQByteArray</a> & data, const <a href="tqstring.html">TQString</a> & location = TQString::null )<tt> [virtual]</tt> +<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="put"></a>TQUrlOperator::put ( const <a href="tqbytearray.html">TQByteArray</a> & data, const <a href="tqstring.html">TQString</a> & 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 |