summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtextencoder.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqtextencoder.html')
-rw-r--r--doc/html/tqtextencoder.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtextencoder.html b/doc/html/tqtextencoder.html
index eb085a7a8..fcad585b5 100644
--- a/doc/html/tqtextencoder.html
+++ b/doc/html/tqtextencoder.html
@@ -56,11 +56,11 @@ state that is required between calls.
</h3>
Destroys the encoder.
-<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="fromUnicode"></a>TQTextEncoder::fromUnicode ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;uc, int&nbsp;&amp;&nbsp;lenInOut )<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="fromUnicode"></a>TQTextEncoder::fromUnicode ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;uc, int&nbsp;&amp;&nbsp;lenInOut )<tt> [pure virtual]</tt>
</h3>
<p> Converts <em>lenInOut</em> characters (not bytes) from <em>uc</em>, producing
-a <a href="ntqcstring.html">TQCString</a>. <em>lenInOut</em> will be set to the <a href="ntqcstring.html#length">length</a> of the result (in bytes).
+a <a href="tqcstring.html">TQCString</a>. <em>lenInOut</em> will be set to the <a href="tqcstring.html#length">length</a> of the result (in bytes).
<p> The encoder is free to record state to use when subsequent calls
are made to this function (for example, it might change modes with
escape sequences if needed during the encoding of one string, then