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/text.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/text.html')
-rw-r--r-- | doc/html/text.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/text.html b/doc/html/text.html index 96208b92b..190b5db9e 100644 --- a/doc/html/text.html +++ b/doc/html/text.html @@ -43,9 +43,9 @@ body { background: #ffffff; color: black; } <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 -<tr bgcolor=#f0f0f0><td><b><a href="ntqstring.html">TQString</a></b><td>Abstraction of Unicode text and the classic C '\0'-terminated char array -<tr bgcolor=#f0f0f0><td><b><a href="ntqstringlist.html">TQStringList</a></b><td>List of strings -<tr bgcolor=#f0f0f0><td><b><a href="ntqstrlist.html">TQStrList</a></b><td>Doubly-linked list of char* +<tr bgcolor=#f0f0f0><td><b><a href="tqstring.html">TQString</a></b><td>Abstraction of Unicode text and the classic C '\0'-terminated char array +<tr bgcolor=#f0f0f0><td><b><a href="tqstringlist.html">TQStringList</a></b><td>List of strings +<tr bgcolor=#f0f0f0><td><b><a href="tqstrlist.html">TQStrList</a></b><td>Doubly-linked list of char* <tr bgcolor=#f0f0f0><td><b><a href="ntqstylesheet.html">TQStyleSheet</a></b><td>Collection of styles for rich text rendering and a generator of tags <tr bgcolor=#f0f0f0><td><b><a href="qstylesheetitem.html">TQStyleSheetItem</a></b><td>Encapsulation of a set of text styles <tr bgcolor=#f0f0f0><td><b><a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a></b><td>Base class for implementing TQTextEdit syntax highlighters |