summaryrefslogtreecommitdiffstats
path: root/doc/tqvaluelist.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tqvaluelist.doc')
-rw-r--r--doc/tqvaluelist.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/tqvaluelist.doc b/doc/tqvaluelist.doc
index eac41ed3..ed6c30c9 100644
--- a/doc/tqvaluelist.doc
+++ b/doc/tqvaluelist.doc
@@ -46,7 +46,7 @@
\brief The TQValueList class is a value-based template class that
provides lists.
- \ingroup qtl
+ \ingroup tqtl
\ingroup tools
\ingroup shared
\mainclass
@@ -55,7 +55,7 @@
TQValueList is a TQt implementation of an STL-like list container.
It can be used in your application if the standard \c list is not
available for your target platform(s). TQValueList is part of the
- \link ntqtl.html TQt Template Library\endlink.
+ \link tqtl.html TQt Template Library\endlink.
TQValueList\<T\> defines a template instance to create a list of
values that all have the class T. Note that TQValueList does not
@@ -154,7 +154,7 @@
returned by end().
Another way to find an item in the list is by using the \link
- ntqtl.html#qFind tqFind()\endlink algorithm. For example:
+ tqtl.html#qFind tqFind()\endlink algorithm. For example:
\code
TQValueList<int> list;
@@ -216,7 +216,7 @@
specific item from the list. The remove() function will find and
remove items according to a specific item value.
- Lists can also be sorted using the \link ntqtl.html TQt Template
+ Lists can also be sorted using the \link tqtl.html TQt Template
Library\endlink. For example with qHeapSort():
Example:
@@ -838,7 +838,7 @@
\class TQValueListIterator tqvaluelist.h
\brief The TQValueListIterator class provides an iterator for TQValueList.
- \ingroup qtl
+ \ingroup tqtl
\ingroup tools
\reentrant
@@ -876,7 +876,7 @@
they belong. This makes things very fast, but if you're not
careful, you can get spectacular bugs. Always make sure iterators
are valid before dereferencing them or using them as parameters to
- generic algorithms in the STL or the \link ntqtl.html QTL\endlink.
+ generic algorithms in the STL or the \link tqtl.html TQTL\endlink.
Using an invalid iterator is undefined (your application will
probably crash). Many TQt functions return const value lists; to
@@ -1029,7 +1029,7 @@
\brief The TQValueListConstIterator class provides a const iterator
for TQValueList.
- \ingroup qtl
+ \ingroup tqtl
\ingroup tools
\reentrant