diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/tqobjectlist.doc | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed50.tar.gz tqt-0881ed50.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/tqobjectlist.doc')
-rw-r--r-- | doc/tqobjectlist.doc | 4 |
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. |