diff options
Diffstat (limited to 'doc/html/qhebrewcodec.html')
-rw-r--r-- | doc/html/qhebrewcodec.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qhebrewcodec.html b/doc/html/qhebrewcodec.html index f3b9b7558..d36578d7a 100644 --- a/doc/html/qhebrewcodec.html +++ b/doc/html/qhebrewcodec.html @@ -35,8 +35,8 @@ body { background: #ffffff; color: black; } visually ordered Hebrew. <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="qrtlcodec-h.html">qrtlcodec.h</a>></tt> -<p>Inherits <a href="qtextcodec.html">TQTextCodec</a>. +<p><tt>#include <<a href="qrtlcodec-h.html">ntqrtlcodec.h</a>></tt> +<p>Inherits <a href="ntqtextcodec.html">TQTextCodec</a>. <p><a href="qhebrewcodec-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -80,9 +80,9 @@ codec, which assumes logical order for the 8-bit string. <p>See also <a href="i18n.html">Internationalization with TQt</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a href="qcstring.html">TQCString</a> <a name="fromUnicode"></a>TQHebrewCodec::fromUnicode ( const <a href="qstring.html">TQString</a> & uc, int & lenInOut ) const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="fromUnicode"></a>TQHebrewCodec::fromUnicode ( const <a href="ntqstring.html">TQString</a> & uc, int & lenInOut ) const<tt> [virtual]</tt> </h3> -Transforms the logically ordered <a href="qstring.html">TQString</a>, <em>uc</em>, into a visually +Transforms the logically ordered <a href="ntqstring.html">TQString</a>, <em>uc</em>, into a visually ordered string in the 8859-8 encoding. TQt's bidi algorithm is used to perform this task. Note that newline characters affect the reordering, since reordering is done on a line by line basis. @@ -95,12 +95,12 @@ the same paragraph. one input character is mapped to two output characters). The <em>lenInOut</em> argument specifies the number of TQChars that should be converted and is set to the number of characters returned. -<p>Reimplemented from <a href="qtextcodec.html#fromUnicode">TQTextCodec</a>. +<p>Reimplemented from <a href="ntqtextcodec.html#fromUnicode">TQTextCodec</a>. <h3 class=fn>const char * <a name="mimeName"></a>TQHebrewCodec::mimeName () const<tt> [virtual]</tt> </h3> Returns the codec's mime name. -<p>Reimplemented from <a href="qtextcodec.html#mimeName">TQTextCodec</a>. +<p>Reimplemented from <a href="ntqtextcodec.html#mimeName">TQTextCodec</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. |