diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqtextencoder.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.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/tqtextencoder.3qt')
-rw-r--r-- | doc/man/man3/tqtextencoder.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqtextencoder.3qt b/doc/man/man3/tqtextencoder.3qt index a74f2b209..090c8b85b 100644 --- a/doc/man/man3/tqtextencoder.3qt +++ b/doc/man/man3/tqtextencoder.3qt @@ -19,7 +19,7 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "virtual \fB~TQTextEncoder\fR ()" .br .ti -1c -.BI "virtual QCString \fBfromUnicode\fR ( const TQString & uc, int & lenInOut ) = 0" +.BI "virtual TQCString \fBfromUnicode\fR ( const TQString & uc, int & lenInOut ) = 0" .br .in -1c .SH DESCRIPTION @@ -31,8 +31,8 @@ See also TQTextCodec::makeEncoder() and Internationalization with Qt. .SH MEMBER FUNCTION DOCUMENTATION .SH "TQTextEncoder::~TQTextEncoder ()\fC [virtual]\fR" Destroys the encoder. -.SH "QCString TQTextEncoder::fromUnicode ( const TQString & uc, int & lenInOut )\fC [pure virtual]\fR" -Converts \fIlenInOut\fR characters (not bytes) from \fIuc\fR, producing a QCString. \fIlenInOut\fR will be set to the length of the result (in bytes). +.SH "TQCString TQTextEncoder::fromUnicode ( const TQString & uc, int & lenInOut )\fC [pure virtual]\fR" +Converts \fIlenInOut\fR characters (not bytes) from \fIuc\fR, producing a TQCString. \fIlenInOut\fR will be set to the length of the result (in bytes). .PP The encoder is free to record state to use when subsequent calls are made to this function (for example, it might change modes with |