diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qcharref.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcharref.html')
-rw-r--r-- | doc/html/qcharref.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qcharref.html b/doc/html/qcharref.html index 1cd653fd6..d83b1c959 100644 --- a/doc/html/qcharref.html +++ b/doc/html/qcharref.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qstring.cpp:147 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqstring.cpp:147 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,13 +34,13 @@ body { background: #ffffff; color: black; } <p>The TQCharRef class is a helper class for TQString. <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="qstring-h.html">ntqstring.h</a>></tt> +<p><tt>#include <<a href="tqstring-h.html">tqstring.h</a>></tt> <p><a href="qcharref-members.html">List of all member functions.</a> <hr><a name="details"></a><h2>Detailed Description</h2> -The TQCharRef class is a helper class for <a href="ntqstring.html">TQString</a>. +The TQCharRef class is a helper class for <a href="tqstring.html">TQString</a>. <p> <p> When you get an object of type TQCharRef, if you can assign to it, the assignment will apply to the character in the string from @@ -49,7 +49,7 @@ The TQCharRef becomes invalid once modifications are made to the string: if you want to keep the character, copy it into a <a href="qchar.html">TQChar</a>. <p> Most of the TQChar member functions also exist in TQCharRef. However, they are not explicitly documented here. -<p> <p>See also <a href="ntqstring.html#operator[]">TQString::operator[]</a>(), <a href="ntqstring.html#at">TQString::at</a>(), <a href="qchar.html">TQChar</a>, and <a href="text.html">Text Related Classes</a>. +<p> <p>See also <a href="tqstring.html#operator[]">TQString::operator[]</a>(), <a href="tqstring.html#at">TQString::at</a>(), <a href="qchar.html">TQChar</a>, and <a href="text.html">Text Related Classes</a>. <!-- eof --> <hr><p> |