summaryrefslogtreecommitdiffstats
path: root/doc/html/collection.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/collection.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-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/collection.html')
-rw-r--r--doc/html/collection.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/collection.html b/doc/html/collection.html
index cb7b53a6..1f2bf84b 100644
--- a/doc/html/collection.html
+++ b/doc/html/collection.html
@@ -98,7 +98,7 @@ the base classes), without hurting performance.
them out in reverse order:
<p> <pre>
#include &lt;<a href="tqptrlist-h.html">tqptrlist.h</a>&gt;
- #include &lt;<a href="qstring-h.html">ntqstring.h</a>&gt;
+ #include &lt;<a href="tqstring-h.html">tqstring.h</a>&gt;
#include &lt;stdio.h&gt;
class Employee
@@ -108,7 +108,7 @@ them out in reverse order:
const char *name() const { return n; }
int salary() const { return s; }
private:
- <a href="ntqstring.html">TQString</a> n;
+ <a href="tqstring.html">TQString</a> n;
int s;
};
@@ -200,12 +200,12 @@ traverse these collections, you must use <a href="qdictiterator.html">TQDictIter
</h2>
<a name="6"></a><p> TQt has the following predefined collection classes:
<ul>
-<li> String lists: <a href="ntqstrlist.html">TQStrList</a>, <a href="qstrilist.html">TQStrIList</a> (<a href="qstrlist-h.html">ntqstrlist.h</a>) and
-<a href="ntqstringlist.html">TQStringList</a> (<a href="qstringlist-h.html">ntqstringlist.h</a>)
-<li> String vectors: TQStrVec and TQStrIVec (ntqstrvec.h); these are obsolete
+<li> String lists: <a href="tqstrlist.html">TQStrList</a>, <a href="tqstrilist.html">TQStrIList</a> (<a href="tqstrlist-h.html">tqstrlist.h</a>) and
+<a href="tqstringlist.html">TQStringList</a> (<a href="tqstringlist-h.html">tqstringlist.h</a>)
+<li> String vectors: TQStrVec and TQStrIVec (tqstrvec.h); these are obsolete
</ul>
-<p> In almost all cases you would choose <a href="ntqstringlist.html">TQStringList</a>, a value
-list of <a href="shclass.html#implicitly-shared">implicitly shared</a> <a href="ntqstring.html">TQString</a> Unicode strings. TQPtrStrList and
+<p> In almost all cases you would choose <a href="tqstringlist.html">TQStringList</a>, a value
+list of <a href="shclass.html#implicitly-shared">implicitly shared</a> <a href="tqstring.html">TQString</a> Unicode strings. TQPtrStrList and
TQPtrStrIList store only char pointers, not the strings themselves.
<p> <h2> List of Pointer-based Collection Classes and Related
Iterator Classes
@@ -237,8 +237,8 @@ Iterator Classes
<tr bgcolor=#f0f0f0><td><b><a href="tqptrlist.html">TQPtrList</a></b><td>Template class that provides a list
<tr bgcolor=#f0f0f0><td><b><a href="tqptrlistiterator.html">TQPtrListIterator</a></b><td>Iterator for TQPtrList collections
<tr bgcolor=#f0f0f0><td><b><a href="tqptrqueue.html">TQPtrQueue</a></b><td>Template class that provides a queue
-<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="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*
</table>
<!-- eof -->
<p><address><hr><div align=center>