summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdropevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqdropevent.3qt
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-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/tqdropevent.3qt')
-rw-r--r--doc/man/man3/tqdropevent.3qt10
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"