summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmacmime.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/man/man3/tqmacmime.3qt
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt-0881ed50.tar.gz
tqt-0881ed50.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqmacmime.3qt')
-rw-r--r--doc/man/man3/tqmacmime.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqmacmime.3qt b/doc/man/man3/tqmacmime.3qt
index 4166efc3c..76ffb3e65 100644
--- a/doc/man/man3/tqmacmime.3qt
+++ b/doc/man/man3/tqmacmime.3qt
@@ -47,7 +47,7 @@ QMacMime \- Maps open-standard MIME to Mac flavors
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QPtrList<QMacMime> \fBall\fR ( QMacMimeType t )"
+.BI "TQPtrList<QMacMime> \fBall\fR ( QMacMimeType t )"
.br
.ti -1c
.BI "QMacMime * \fBconvertor\fR ( QMacMimeType t, const char * mime, int flav )"
@@ -81,7 +81,7 @@ See also Drag And Drop Classes, Input/Output and Networking, and Miscellaneous C
Constructs a new conversion object of type \fIt\fR, adding it to the globally accessed list of available convertors.
.SH "QMacMime::~QMacMime ()\fC [virtual]\fR"
Destroys a conversion object, removing it from the global list of available convertors.
-.SH "QPtrList<QMacMime> QMacMime::all ( QMacMimeType t )\fC [static]\fR"
+.SH "TQPtrList<QMacMime> QMacMime::all ( QMacMimeType t )\fC [static]\fR"
Returns a list of all currently defined QMacMime objects of type \fIt\fR.
.SH "bool QMacMime::canConvert ( const char * mime, int flav )\fC [pure virtual]\fR"
Returns TRUE if the convertor can convert (both ways) between \fImime\fR and \fIflav\fR; otherwise returns FALSE.