diff options
Diffstat (limited to 'doc/tqvaluestack.doc')
-rw-r--r-- | doc/tqvaluestack.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqvaluestack.doc b/doc/tqvaluestack.doc index 39f9f07ac..9197110ec 100644 --- a/doc/tqvaluestack.doc +++ b/doc/tqvaluestack.doc @@ -57,7 +57,7 @@ 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"; QPtrStack, QPtrList, + kinds of classes are called "value based"; TQPtrStack, TQPtrList, QDict, etc., are "pointer based". A stack is a last in, first out (LIFO) structure. Items are added @@ -81,7 +81,7 @@ \endcode TQValueStack is a specialized TQValueList provided for convenience. - All of TQValueList's functionality also applies to QPtrStack, for + All of TQValueList's functionality also applies to TQPtrStack, for example the facility to iterate over all elements using TQValueStack<T>::Iterator. See TQValueListIterator for further details. |