diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqstoreddrag.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstoreddrag.3qt')
-rw-r--r-- | doc/man/man3/tqstoreddrag.3qt | 8 |
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 |