summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqvaluelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqvaluelist.html')
-rw-r--r--doc/html/ntqvaluelist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqvaluelist.html b/doc/html/ntqvaluelist.html
index b40c1037..4d161c08 100644
--- a/doc/html/ntqvaluelist.html
+++ b/doc/html/ntqvaluelist.html
@@ -213,7 +213,7 @@ list it belongs to, however it is <em>not</em> dereferenceable;
<a href="ntqsize.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">qFind()</a> algorithm. For example:
+<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> <pre>
TQValueList&lt;int&gt; list;
...