diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/text.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-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/text.html')
-rw-r--r-- | doc/html/text.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/text.html b/doc/html/text.html index 49e74f123..3b19dfaf8 100644 --- a/doc/html/text.html +++ b/doc/html/text.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="qchar.html">TQChar</a></b><td>Lightweight Unicode character <tr bgcolor=#f0f0f0><td><b><a href="qcharref.html">TQCharRef</a></b><td>Helper class for TQString <tr bgcolor=#f0f0f0><td><b><a href="qconststring.html">TQConstString</a></b><td>String objects using constant Unicode data -<tr bgcolor=#f0f0f0><td><b><a href="ntqcstring.html">TQCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *) +<tr bgcolor=#f0f0f0><td><b><a href="tqcstring.html">TQCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *) <tr bgcolor=#f0f0f0><td><b><a href="ntqlabel.html">TQLabel</a></b><td>Text or image display <tr bgcolor=#f0f0f0><td><b><a href="ntqlocale.html">TQLocale</a></b><td>Converts between numbers and their string representations in various languages <tr bgcolor=#f0f0f0><td><b><a href="ntqsimplerichtext.html">TQSimpleRichText</a></b><td>Small displayable piece of rich text |