diff options
Diffstat (limited to 'doc/man/man3/tqtextdecoder.3qt')
-rw-r--r-- | doc/man/man3/tqtextdecoder.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqtextdecoder.3qt b/doc/man/man3/tqtextdecoder.3qt index 18aba782e..4b00f11dc 100644 --- a/doc/man/man3/tqtextdecoder.3qt +++ b/doc/man/man3/tqtextdecoder.3qt @@ -1,5 +1,5 @@ '\" t -.TH QTextDecoder 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQTextDecoder 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,31 +7,31 @@ .ad l .nh .SH NAME -QTextDecoder \- State-based decoder +TQTextDecoder \- State-based decoder .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqtextcodec.h>\fR +\fC#include <tqtextcodec.h>\fR .PP .SS "Public Members" .in +1c .ti -1c -.BI "virtual \fB~QTextDecoder\fR ()" +.BI "virtual \fB~TQTextDecoder\fR ()" .br .ti -1c .BI "virtual TQString \fBtoUnicode\fR ( const char * chars, int len ) = 0" .br .in -1c .SH DESCRIPTION -The QTextDecoder class provides a state-based decoder. +The TQTextDecoder class provides a state-based decoder. .PP The decoder converts a text format into Unicode, remembering any state that is required between calls. .PP -See also QTextCodec::makeEncoder() and Internationalization with Qt. +See also TQTextCodec::makeEncoder() and Internationalization with Qt. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QTextDecoder::~QTextDecoder ()\fC [virtual]\fR" +.SH "TQTextDecoder::~TQTextDecoder ()\fC [virtual]\fR" Destroys the decoder. -.SH "TQString QTextDecoder::toUnicode ( const char * chars, int len )\fC [pure virtual]\fR" +.SH "TQString TQTextDecoder::toUnicode ( const char * chars, int len )\fC [pure virtual]\fR" Converts the first \fIlen\fR bytes in \fIchars\fR to Unicode, returning the result. .PP If not all characters are used (e.g. if only part of a multi-byte @@ -39,7 +39,7 @@ encoding is at the end of the characters), the decoder remembers enough state to continue with the next call to this function. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qtextdecoder.html +.BR http://doc.trolltech.com/tqtextdecoder.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |