diff options
Diffstat (limited to 'doc/html/qtextdecoder.html')
-rw-r--r-- | doc/html/qtextdecoder.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtextdecoder.html b/doc/html/qtextdecoder.html index 70ce4e8e9..edd340ccb 100644 --- a/doc/html/qtextdecoder.html +++ b/doc/html/qtextdecoder.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTextDecoder class provides a state-based decoder. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextcodec-h.html">qtextcodec.h</a>></tt> +<p><tt>#include <<a href="qtextcodec-h.html">ntqtextcodec.h</a>></tt> <p><a href="qtextdecoder-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -49,14 +49,14 @@ The TQTextDecoder class provides a state-based decoder. <p> The decoder converts a text format into Unicode, remembering any state that is required between calls. -<p> <p>See also <a href="qtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. +<p> <p>See also <a href="ntqtextcodec.html#makeEncoder">TQTextCodec::makeEncoder</a>() and <a href="i18n.html">Internationalization with TQt</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="~TQTextDecoder"></a>TQTextDecoder::~TQTextDecoder ()<tt> [virtual]</tt> </h3> Destroys the decoder. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="toUnicode"></a>TQTextDecoder::toUnicode ( const char * chars, int len )<tt> [pure virtual]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toUnicode"></a>TQTextDecoder::toUnicode ( const char * chars, int len )<tt> [pure virtual]</tt> </h3> <p> Converts the first <em>len</em> bytes in <em>chars</em> to Unicode, returning |