summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluelist.html')
-rw-r--r--doc/html/tqvaluelist.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqvaluelist.html b/doc/html/tqvaluelist.html
index 62b86eacf..6dfd8b1c3 100644
--- a/doc/html/tqvaluelist.html
+++ b/doc/html/tqvaluelist.html
@@ -125,7 +125,7 @@ provides lists.
<p> TQValueList is a TQt implementation of an STL-like list container.
It can be used in your application if the standard <tt>list</tt> is not
available for your target platform(s). TQValueList is part of the
-<a href="ntqtl.html">TQt Template Library</a>.
+<a href="tqtl.html">TQt Template Library</a>.
<p> TQValueList&lt;T&gt; defines a template instance to create a list of
values that all have the class T. Note that TQValueList does not
store pointers to the members of the list; it holds a copy of
@@ -213,7 +213,7 @@ list it belongs to, however it is <em>not</em> dereferenceable;
<a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the list is
<a href="#empty">empty</a>(), the iterator returned by begin() will equal the iterator
returned by end().
-<p> Another way to find an item in the list is by using the <a href="ntqtl.html#qFind">tqFind()</a> algorithm. For example:
+<p> Another way to find an item in the list is by using the <a href="tqtl.html#qFind">tqFind()</a> algorithm. For example:
<p> <pre>
TQValueList&lt;int&gt; list;
...
@@ -269,7 +269,7 @@ specific positions within the list.
are several variants of the <a href="#remove">remove</a>() function, which removes a
specific item from the list. The remove() function will find and
remove items according to a specific item value.
-<p> Lists can also be sorted using the <a href="ntqtl.html">TQt Template
+<p> Lists can also be sorted using the <a href="tqtl.html">TQt Template
Library</a>. For example with qHeapSort():
<p> Example:
<pre>
@@ -281,7 +281,7 @@ remove items according to a specific item value.
qHeapSort( list );
</pre>
-<p> <p>See also <a href="tqvaluelistiterator.html">TQValueListIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<p> <p>See also <a href="tqvaluelistiterator.html">TQValueListIterator</a>, <a href="tqtl.html">TQt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="ConstIterator"></a>TQValueList::ConstIterator</h3>