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 918e42c2b..b42a245ce 100644 --- a/doc/html/ntqurloperator.html +++ b/doc/html/ntqurloperator.html @@ -180,7 +180,7 @@ state changes. <em>state</em> describes the new state, which is a <p> <em>data</em> is a string that describes the change of the connection. This can be used to display a message to the user. -<h3 class=fn><a href="ntqptrlist.html">TQPtrList</a><TQNetworkOperation> <a name="copy"></a>TQUrlOperator::copy ( const <a href="ntqstring.html">TQString</a> & from, const <a href="ntqstring.html">TQString</a> & to, bool move = FALSE, bool toPath = TRUE )<tt> [virtual]</tt> +<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQNetworkOperation> <a name="copy"></a>TQUrlOperator::copy ( const <a href="ntqstring.html">TQString</a> & from, const <a href="ntqstring.html">TQString</a> & to, bool move = FALSE, bool toPath = TRUE )<tt> [virtual]</tt> </h3> Copies the file <em>from</em> to <em>to</em>. If <em>move</em> is TRUE, the file is moved (copied and removed). <em>from</em> must point to a file and <em>to</em> @@ -479,7 +479,7 @@ 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>void <a name="startedNextCopy"></a>TQUrlOperator::startedNextCopy ( const <a href="ntqptrlist.html">TQPtrList</a><TQNetworkOperation> & lst )<tt> [signal]</tt> +<h3 class=fn>void <a name="startedNextCopy"></a>TQUrlOperator::startedNextCopy ( const <a href="tqptrlist.html">TQPtrList</a><TQNetworkOperation> & lst )<tt> [signal]</tt> </h3> <p> This signal is emitted if <a href="#copy">copy</a>() starts a new copy operation. <em>lst</em> contains all TQNetworkOperations related to this copy |