summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstoreddrag.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqstoreddrag.3qt')
-rw-r--r--doc/man/man3/tqstoreddrag.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqstoreddrag.3qt b/doc/man/man3/tqstoreddrag.3qt
index a600fe60d..02ced3105 100644
--- a/doc/man/man3/tqstoreddrag.3qt
+++ b/doc/man/man3/tqstoreddrag.3qt
@@ -24,10 +24,10 @@ Inherited by TQUriDrag and TQColorDrag.
.BI "\fB~TQStoredDrag\fR ()"
.br
.ti -1c
-.BI "virtual void \fBsetEncodedData\fR ( const QByteArray & encodedData )"
+.BI "virtual void \fBsetEncodedData\fR ( const TQByteArray & encodedData )"
.br
.ti -1c
-.BI "virtual QByteArray \fBencodedData\fR ( const char * m ) const"
+.BI "virtual TQByteArray \fBencodedData\fR ( const char * m ) const"
.br
.in -1c
.SH DESCRIPTION
@@ -45,13 +45,13 @@ Constructs a TQStoredDrag. The \fIdragSource\fR and \fIname\fR are passed to the
The data will be unset. Use setEncodedData() to set it.
.SH "TQStoredDrag::~TQStoredDrag ()"
Destroys the drag object and frees up all allocated resources.
-.SH "QByteArray TQStoredDrag::encodedData ( const char * m ) const\fC [virtual]\fR"
+.SH "TQByteArray TQStoredDrag::encodedData ( const char * m ) const\fC [virtual]\fR"
Returns the stored data. \fIm\fR contains the data's format.
.PP
See also setEncodedData().
.PP
Reimplemented from TQMimeSource.
-.SH "void TQStoredDrag::setEncodedData ( const QByteArray & encodedData )\fC [virtual]\fR"
+.SH "void TQStoredDrag::setEncodedData ( const TQByteArray & encodedData )\fC [virtual]\fR"
Sets the encoded data of this drag object to \fIencodedData\fR. The encoded data is what's delivered to the drop sites. It must be in a strictly defined and portable format.
.PP
The drag object can't be dropped (by the user) until this function