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/annotated.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/annotated.html')
-rw-r--r-- | doc/html/annotated.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 017f1840c..4372d8b3d 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -357,11 +357,11 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqsqlselectcursor.html">TQSqlSelectCursor</a></b><td>Browsing of general SQL SELECT statements <tr bgcolor=#f0f0f0><td><b><a href="ntqstatusbar.html">TQStatusBar</a></b><td>Horizontal bar suitable for presenting status information <tr bgcolor=#f0f0f0><td><b><a href="qstoreddrag.html">TQStoredDrag</a></b><td>Simple stored-value drag object for arbitrary MIME data -<tr bgcolor=#f0f0f0><td><b><a href="qstrilist.html">TQStrIList</a></b><td>Doubly-linked list of char* with case-insensitive comparison -<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="qstrlistiterator.html">TQStrListIterator</a></b><td>Iterator for the TQStrList and TQStrIList classes -<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="tqstrilist.html">TQStrIList</a></b><td>Doubly-linked list of char* with case-insensitive comparison +<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="tqstrlistiterator.html">TQStrListIterator</a></b><td>Iterator for the TQStrList and TQStrIList classes +<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="ntqstyle.html">TQStyle</a></b><td>The look and feel of a GUI <tr bgcolor=#f0f0f0><td><b><a href="ntqstylefactory.html">TQStyleFactory</a></b><td>Creates TQStyle objects <tr bgcolor=#f0f0f0><td><b><a href="qstyleoption.html">TQStyleOption</a></b><td>Optional parameters for TQStyle functions |