summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextcodec.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtextcodec.3qt')
-rw-r--r--doc/man/man3/tqtextcodec.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtextcodec.3qt b/doc/man/man3/tqtextcodec.3qt
index 25beae66b..007038e0f 100644
--- a/doc/man/man3/tqtextcodec.3qt
+++ b/doc/man/man3/tqtextcodec.3qt
@@ -13,7 +13,7 @@ Almost all the functions in this class are reentrant when TQt is built with thre
.PP
\fC#include <tqtextcodec.h>\fR
.PP
-Inherited by QBig5Codec, QBig5hkscsCodec, QEucJpCodec, QEucKrCodec, QGb18030Codec, QJisCodec, QHebrewCodec, QSjisCodec, and QTsciiCodec.
+Inherited by TQBig5Codec, TQBig5hkscsCodec, TQEucJpCodec, TQEucKrCodec, TQGb18030Codec, TQJisCodec, TQHebrewCodec, TQSjisCodec, and TQTsciiCodec.
.PP
.SS "Public Members"
.in +1c
@@ -434,7 +434,7 @@ Converts \fIlenInOut\fR characters (not bytes) from \fIuc\fR, producing a QCStri
.PP
The default implementation makes an encoder with makeEncoder() and converts the input with that. Note that the default makeEncoder() implementation makes an encoder that simply calls this function, hence subclasses \fImust\fR reimplement one function or the other to avoid infinite recursion.
.PP
-Reimplemented in QHebrewCodec.
+Reimplemented in TQHebrewCodec.
.SH "QCString TQTextCodec::fromUnicode ( const TQString & uc ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -480,11 +480,11 @@ The caller is responsible for deleting the returned object.
.SH "int TQTextCodec::mibEnum () const\fC [pure virtual]\fR"
Subclasses of TQTextCodec must reimplement this function. It returns the MIBenum (see the IANA character-sets encoding file for more information). It is important that each TQTextCodec subclass returns the correct unique value for this function.
.PP
-Reimplemented in QEucJpCodec.
+Reimplemented in TQEucJpCodec.
.SH "const char * TQTextCodec::mimeName () const\fC [virtual]\fR"
Returns the preferred mime name of the encoding as defined in the IANA character-sets encoding file.
.PP
-Reimplemented in QEucJpCodec, QEucKrCodec, QJisCodec, QHebrewCodec, and QSjisCodec.
+Reimplemented in TQEucJpCodec, TQEucKrCodec, TQJisCodec, TQHebrewCodec, and TQSjisCodec.
.SH "const char * TQTextCodec::name () const\fC [pure virtual]\fR"
TQTextCodec subclasses must reimplement this function. It returns the name of the encoding supported by the subclass. When choosing a name for an encoding, consider these points:
.TP