summaryrefslogtreecommitdiffstats
path: root/doc/tqobjectlist.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tqobjectlist.doc')
-rw-r--r--doc/tqobjectlist.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqobjectlist.doc b/doc/tqobjectlist.doc
index 14d687fe7..f83403fde 100644
--- a/doc/tqobjectlist.doc
+++ b/doc/tqobjectlist.doc
@@ -5,7 +5,7 @@
\ingroup collection
\ingroup tools
- A TQObjectList is a \link ntqptrlist.html
+ A TQObjectList is a \link tqptrlist.html
TQPtrList\<TQObject\>\endlink. The list can be traversed using
inherited functions, e.g. getFirst(), next(), etc., or using a
TQObjectListIterator iterator.
@@ -60,7 +60,7 @@
\ingroup collection
\ingroup tools
- A TQObjectListIterator iterator is a \link qptrlistiterator.html
+ A TQObjectListIterator iterator is a \link tqptrlistiterator.html
TQPtrListIterator\<TQObject\>\endlink.
See \l TQObject::queryList() for an example of use.