summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmimesource.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/tqmimesource.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/tqmimesource.3qt')
-rw-r--r--doc/man/man3/tqmimesource.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqmimesource.3qt b/doc/man/man3/tqmimesource.3qt
index fc3ab2c9f..9875ef041 100644
--- a/doc/man/man3/tqmimesource.3qt
+++ b/doc/man/man3/tqmimesource.3qt
@@ -28,7 +28,7 @@ Inherited by TQDragObject and TQDropEvent.
.BI "virtual bool \fBprovides\fR ( const char * mimeType ) const"
.br
.ti -1c
-.BI "virtual QByteArray \fBencodedData\fR ( const char * ) const = 0"
+.BI "virtual TQByteArray \fBencodedData\fR ( const char * ) const = 0"
.br
.ti -1c
.BI "int \fBserialNumber\fR () const"
@@ -47,7 +47,7 @@ Constructs a mime source and assigns a globally unique serial number to it.
See also serialNumber().
.SH "TQMimeSource::~TQMimeSource ()\fC [virtual]\fR"
Provided to ensure that subclasses destroy themselves correctly.
-.SH "QByteArray TQMimeSource::encodedData ( const char * ) const\fC [pure virtual]\fR"
+.SH "TQByteArray TQMimeSource::encodedData ( const char * ) const\fC [pure virtual]\fR"
Returns the encoded data of this object in the specified MIME format.
.PP
Subclasses must reimplement this function.