summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtextencoder.html
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/html/tqtextencoder.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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