summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextencoder.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqtextencoder.3qt
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-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.3qt6
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