summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluestack.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluestack.html')
-rw-r--r--doc/html/tqvaluestack.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqvaluestack.html b/doc/html/tqvaluestack.html
index 86ed01bb8..b23660c6b 100644
--- a/doc/html/tqvaluestack.html
+++ b/doc/html/tqvaluestack.html
@@ -60,7 +60,7 @@ values that all have the class X. TQValueStack is part of the <a href="ntqtl.htm
<p> Note that TQValueStack does not store pointers to the members of
the stack; it holds a copy of every member. That is why these
kinds of classes are called "value based"; <a href="tqptrstack.html">TQPtrStack</a>, <a href="tqptrlist.html">TQPtrList</a>,
-<a href="ntqdict.html">TQDict</a>, etc., are "pointer based".
+<a href="tqdict.html">TQDict</a>, etc., are "pointer based".
<p> A stack is a last in, first out (LIFO) structure. Items are added
to the top of the stack with <a href="#push">push</a>() and retrieved from the top
with <a href="#pop">pop</a>(). The <a href="#top">top</a>() function provides access to the topmost item