summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqurloperator.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqurloperator.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqurloperator.3qt')
-rw-r--r--doc/man/man3/tqurloperator.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqurloperator.3qt b/doc/man/man3/tqurloperator.3qt
index 23d5e38c3..93b86f22e 100644
--- a/doc/man/man3/tqurloperator.3qt
+++ b/doc/man/man3/tqurloperator.3qt
@@ -52,7 +52,7 @@ Inherits TQObject and QUrl.
.BI "virtual TQPtrList<QNetworkOperation> \fBcopy\fR ( const TQString & from, const TQString & to, bool move = FALSE, bool toPath = TRUE )"
.br
.ti -1c
-.BI "virtual void \fBcopy\fR ( const QStringList & files, const TQString & dest, bool move = FALSE )"
+.BI "virtual void \fBcopy\fR ( const TQStringList & files, const TQString & dest, bool move = FALSE )"
.br
.ti -1c
.BI "virtual bool \fBisDir\fR ( bool * ok = 0 )"
@@ -187,7 +187,7 @@ At the end, finished() (with success or failure) is emitted, so check the state
Because a move or copy operation consists of multiple operations (get(), put() and maybe remove()), this function doesn't return a single QNetworkOperation, but rather a list of them. They are in the order: get(), put() and (if applicable) remove().
.PP
See also get() and put().
-.SH "void QUrlOperator::copy ( const QStringList & files, const TQString & dest, bool move = FALSE )\fC [virtual]\fR"
+.SH "void QUrlOperator::copy ( const TQStringList & files, const TQString & dest, bool move = FALSE )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Copies the \fIfiles\fR to the directory \fIdest\fR. If \fImove\fR is TRUE the files are moved, not copied. \fIdest\fR must point to a directory.