summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmimesource.3qt
diff options
context:
space:
mode:
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.