summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwindowsmime.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwindowsmime.3qt')
-rw-r--r--doc/man/man3/tqwindowsmime.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqwindowsmime.3qt b/doc/man/man3/tqwindowsmime.3qt
index 8c10624b3..79f70b600 100644
--- a/doc/man/man3/tqwindowsmime.3qt
+++ b/doc/man/man3/tqwindowsmime.3qt
@@ -38,10 +38,10 @@ TQWindowsMime \- Maps open-standard MIME to Window Clipboard formats
.BI "virtual int \fBcfFor\fR ( const char * mime ) = 0"
.br
.ti -1c
-.BI "virtual QByteArray \fBconvertToMime\fR ( QByteArray data, const char * mime, int cf ) = 0"
+.BI "virtual TQByteArray \fBconvertToMime\fR ( TQByteArray data, const char * mime, int cf ) = 0"
.br
.ti -1c
-.BI "virtual QByteArray \fBconvertFromMime\fR ( QByteArray data, const char * mime, int cf ) = 0"
+.BI "virtual TQByteArray \fBconvertFromMime\fR ( TQByteArray data, const char * mime, int cf ) = 0"
.br
.in -1c
.SS "Static Public Members"
@@ -102,13 +102,13 @@ Returns the Windows Clipboard type used for MIME type \fImime\fR, or 0 if this c
All subclasses must reimplement this pure virtual function.
.SH "const char * TQWindowsMime::cfToMime ( int cf )\fC [static]\fR"
Returns a MIME type for \fIcf\fR, or 0 if none exists.
-.SH "QByteArray TQWindowsMime::convertFromMime ( QByteArray data, const char * mime, int cf )\fC [pure virtual]\fR"
+.SH "TQByteArray TQWindowsMime::convertFromMime ( TQByteArray data, const char * mime, int cf )\fC [pure virtual]\fR"
Returns \fIdata\fR converted from MIME type \fImime\fR to Windows Clipboard format \fIcf\fR.
.PP
Note that Windows Clipboard formats must all be self-terminating. The return value may contain trailing data.
.PP
All subclasses must reimplement this pure virtual function.
-.SH "QByteArray TQWindowsMime::convertToMime ( QByteArray data, const char * mime, int cf )\fC [pure virtual]\fR"
+.SH "TQByteArray TQWindowsMime::convertToMime ( TQByteArray data, const char * mime, int cf )\fC [pure virtual]\fR"
Returns \fIdata\fR converted from Windows Clipboard format \fIcf\fR to MIME type \fImime\fR.
.PP
Note that Windows Clipboard formats must all be self-terminating. The input \fIdata\fR may contain trailing data.