summaryrefslogtreecommitdiffstats
path: root/doc/html/collection.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/collection.html')
-rw-r--r--doc/html/collection.html50
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/html/collection.html b/doc/html/collection.html
index 1f2bf84bd..d5c2825f2 100644
--- a/doc/html/collection.html
+++ b/doc/html/collection.html
@@ -53,24 +53,24 @@ details.
</ul>
<p> The pointer-based collections are:
<ul>
-<li> <a href="ntqcache.html">TQCache</a> and <a href="ntqintcache.html">TQIntCache</a>, LRU (least recently used) caches.
-<li> <a href="ntqdict.html">TQDict</a>, <a href="ntqintdict.html">TQIntDict</a> and <a href="tqptrdict.html">TQPtrDict</a> dictionaries.
+<li> <a href="tqcache.html">TQCache</a> and <a href="tqintcache.html">TQIntCache</a>, LRU (least recently used) caches.
+<li> <a href="tqdict.html">TQDict</a>, <a href="tqintdict.html">TQIntDict</a> and <a href="tqptrdict.html">TQPtrDict</a> dictionaries.
<li> <a href="tqptrlist.html">TQPtrList</a>, a doubly linked list.
<li> <a href="tqptrqueue.html">TQPtrQueue</a>, a FIFO (first in, first out) queue.
<li> <a href="tqptrstack.html">TQPtrStack</a>, a LIFO (last in, first out) stack.
<li> <a href="tqptrvector.html">TQPtrVector</a>, a vector.
</ul>
-<p> <a href="ntqmemarray.html">TQMemArray</a> is exceptional; it is neither pointer nor value based,
+<p> <a href="tqmemarray.html">TQMemArray</a> is exceptional; it is neither pointer nor value based,
but memory based. For maximum efficiency with the simple data types
usually used in arrays, it uses bitwise operations to copy and compare
array elements.
<p> Some of these classes have corresponding iterators. An iterator
is a class for traversing the items in a collection:
<ul>
-<li> <a href="qcacheiterator.html">TQCacheIterator</a> and
-<a href="qintcacheiterator.html">TQIntCacheIterator</a>
-<li> <a href="qdictiterator.html">TQDictIterator</a>,
-<a href="qintdictiterator.html">TQIntDictIterator</a>, and
+<li> <a href="tqcacheiterator.html">TQCacheIterator</a> and
+<a href="tqintcacheiterator.html">TQIntCacheIterator</a>
+<li> <a href="tqdictiterator.html">TQDictIterator</a>,
+<a href="tqintdictiterator.html">TQIntDictIterator</a>, and
<a href="tqptrdictiterator.html">TQPtrDictIterator</a>
<li> <a href="tqptrlistiterator.html">TQPtrListIterator</a>
<li> <a href="tqvaluelistiterator.html">TQValueListIterator</a>, and
@@ -194,8 +194,8 @@ Multiple iterators can work independently on the same collection.
<p> A <a href="tqptrlist.html">TQPtrList</a> has an internal list of all the iterators that are
currently operating on it. When a list entry is removed, the list
updates all iterators accordingly.
-<p> The <a href="ntqdict.html">TQDict</a> and <a href="ntqcache.html">TQCache</a> collections have no traversal functions. To
-traverse these collections, you must use <a href="qdictiterator.html">TQDictIterator</a> or <a href="qcacheiterator.html">TQCacheIterator</a>.
+<p> The <a href="tqdict.html">TQDict</a> and <a href="tqcache.html">TQCache</a> collections have no traversal functions. To
+traverse these collections, you must use <a href="tqdictiterator.html">TQDictIterator</a> or <a href="tqcacheiterator.html">TQCacheIterator</a>.
<p> <h2> Predefined Collections
</h2>
<a name="6"></a><p> TQt has the following predefined collection classes:
@@ -212,23 +212,23 @@ Iterator Classes
</h2>
<a name="7"></a><p>
<p><table width="100%">
-<tr bgcolor=#f0f0f0><td><b><a href="ntqasciicache.html">TQAsciiCache</a></b><td>Template class that provides a cache based on char* keys
-<tr bgcolor=#f0f0f0><td><b><a href="qasciicacheiterator.html">TQAsciiCacheIterator</a></b><td>Iterator for TQAsciiCache collections
-<tr bgcolor=#f0f0f0><td><b><a href="ntqasciidict.html">TQAsciiDict</a></b><td>Template class that provides a dictionary based on char* keys
-<tr bgcolor=#f0f0f0><td><b><a href="qasciidictiterator.html">TQAsciiDictIterator</a></b><td>Iterator for TQAsciiDict collections
-<tr bgcolor=#f0f0f0><td><b><a href="ntqbitarray.html">TQBitArray</a></b><td>Array of bits
-<tr bgcolor=#f0f0f0><td><b><a href="qbitval.html">TQBitVal</a></b><td>Internal class, used with TQBitArray
+<tr bgcolor=#f0f0f0><td><b><a href="tqasciicache.html">TQAsciiCache</a></b><td>Template class that provides a cache based on char* keys
+<tr bgcolor=#f0f0f0><td><b><a href="tqasciicacheiterator.html">TQAsciiCacheIterator</a></b><td>Iterator for TQAsciiCache collections
+<tr bgcolor=#f0f0f0><td><b><a href="tqasciidict.html">TQAsciiDict</a></b><td>Template class that provides a dictionary based on char* keys
+<tr bgcolor=#f0f0f0><td><b><a href="tqasciidictiterator.html">TQAsciiDictIterator</a></b><td>Iterator for TQAsciiDict collections
+<tr bgcolor=#f0f0f0><td><b><a href="tqbitarray.html">TQBitArray</a></b><td>Array of bits
+<tr bgcolor=#f0f0f0><td><b><a href="tqbitval.html">TQBitVal</a></b><td>Internal class, used with TQBitArray
<tr bgcolor=#f0f0f0><td><b><a href="ntqbuffer.html">TQBuffer</a></b><td>I/O device that operates on a TQByteArray
-<tr bgcolor=#f0f0f0><td><b><a href="qbytearray.html">TQByteArray</a></b><td>Array of bytes
-<tr bgcolor=#f0f0f0><td><b><a href="ntqcache.html">TQCache</a></b><td>Template class that provides a cache based on TQString keys
-<tr bgcolor=#f0f0f0><td><b><a href="qcacheiterator.html">TQCacheIterator</a></b><td>Iterator for TQCache collections
-<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="ntqdict.html">TQDict</a></b><td>Template class that provides a dictionary based on TQString keys
-<tr bgcolor=#f0f0f0><td><b><a href="qdictiterator.html">TQDictIterator</a></b><td>Iterator for TQDict collections
-<tr bgcolor=#f0f0f0><td><b><a href="ntqintcache.html">TQIntCache</a></b><td>Template class that provides a cache based on long keys
-<tr bgcolor=#f0f0f0><td><b><a href="qintcacheiterator.html">TQIntCacheIterator</a></b><td>Iterator for TQIntCache collections
-<tr bgcolor=#f0f0f0><td><b><a href="ntqintdict.html">TQIntDict</a></b><td>Template class that provides a dictionary based on long keys
-<tr bgcolor=#f0f0f0><td><b><a href="qintdictiterator.html">TQIntDictIterator</a></b><td>Iterator for TQIntDict collections
+<tr bgcolor=#f0f0f0><td><b><a href="tqbytearray.html">TQByteArray</a></b><td>Array of bytes
+<tr bgcolor=#f0f0f0><td><b><a href="tqcache.html">TQCache</a></b><td>Template class that provides a cache based on TQString keys
+<tr bgcolor=#f0f0f0><td><b><a href="tqcacheiterator.html">TQCacheIterator</a></b><td>Iterator for TQCache collections
+<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="tqdict.html">TQDict</a></b><td>Template class that provides a dictionary based on TQString keys
+<tr bgcolor=#f0f0f0><td><b><a href="tqdictiterator.html">TQDictIterator</a></b><td>Iterator for TQDict collections
+<tr bgcolor=#f0f0f0><td><b><a href="tqintcache.html">TQIntCache</a></b><td>Template class that provides a cache based on long keys
+<tr bgcolor=#f0f0f0><td><b><a href="tqintcacheiterator.html">TQIntCacheIterator</a></b><td>Iterator for TQIntCache collections
+<tr bgcolor=#f0f0f0><td><b><a href="tqintdict.html">TQIntDict</a></b><td>Template class that provides a dictionary based on long keys
+<tr bgcolor=#f0f0f0><td><b><a href="tqintdictiterator.html">TQIntDictIterator</a></b><td>Iterator for TQIntDict collections
<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlist.html">TQObjectList</a></b><td>TQPtrList of TQObjects
<tr bgcolor=#f0f0f0><td><b><a href="tqobjectlistiterator.html">TQObjectListIterator</a></b><td>Iterator for TQObjectLists
<tr bgcolor=#f0f0f0><td><b><a href="tqptrcollection.html">TQPtrCollection</a></b><td>The base class of most pointer-based TQt collections