diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/ntqurloperator.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr 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.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 |