summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqurloperator.3qt
diff options
context:
space:
mode:
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.