diff options
Diffstat (limited to 'doc/man/man3/tqdropevent.3qt')
-rw-r--r-- | doc/man/man3/tqdropevent.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqdropevent.3qt b/doc/man/man3/tqdropevent.3qt index 5f66e425e..b20cb9f02 100644 --- a/doc/man/man3/tqdropevent.3qt +++ b/doc/man/man3/tqdropevent.3qt @@ -54,13 +54,13 @@ Inherited by TQDragMoveEvent. .BI "virtual const char * \fBformat\fR ( int n = 0 ) const" .br .ti -1c -.BI "virtual QByteArray \fBencodedData\fR ( const char * format ) const" +.BI "virtual TQByteArray \fBencodedData\fR ( const char * format ) const" .br .ti -1c .BI "virtual bool \fBprovides\fR ( const char * mimeType ) const" .br .ti -1c -.BI "QByteArray data ( const char * f ) const \fI(obsolete)\fR" +.BI "TQByteArray data ( const char * f ) const \fI(obsolete)\fR" .br .ti -1c .BI "void \fBsetPoint\fR ( const QPoint & np )" @@ -108,18 +108,18 @@ Returns the Action which the target is requesting to be performed with the data. .PP Examples: .)l dirview/dirview.cpp and fileiconview/qfileiconview.cpp. -.SH "QByteArray TQDropEvent::data ( const char * f ) const" +.SH "TQByteArray TQDropEvent::data ( const char * f ) const" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Use TQDropEvent::encodedData(). -.SH "QByteArray TQDropEvent::encodedData ( const char * format ) const\fC [virtual]\fR" +.SH "TQByteArray TQDropEvent::encodedData ( const char * format ) const\fC [virtual]\fR" Returns a byte array containing the drag's data, in \fIformat\fR. .PP data() normally needs to get the data from the drag source, which is potentially very slow, so it's advisable to call this function only if you're sure that you will need the data in \fIformat\fR. .PP The resulting data will have a size of 0 if the format was not available. .PP -See also format() and QByteArray::size(). +See also format() and TQByteArray::size(). .PP Reimplemented from TQMimeSource. .SH "const char * TQDropEvent::format ( int n = 0 ) const\fC [virtual]\fR" |