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/html/tqobjectlistiterator.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqobjectlistiterator.html')
-rw-r--r-- | doc/html/tqobjectlistiterator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqobjectlistiterator.html b/doc/html/tqobjectlistiterator.html index aa89ee177..757d956bc 100644 --- a/doc/html/tqobjectlistiterator.html +++ b/doc/html/tqobjectlistiterator.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } TQObjectLists. <a href="#details">More...</a> <p><tt>#include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>></tt> -<p>Inherits <a href="qptrlistiterator.html">TQPtrListIterator</a><TQObject>. +<p>Inherits <a href="tqptrlistiterator.html">TQPtrListIterator</a><TQObject>. <p><a href="tqobjectlistiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -49,7 +49,7 @@ The TQObjectListIterator class provides an iterator for TQObjectLists. <p> -<p> A TQObjectListIterator iterator is a <a href="qptrlistiterator.html">TQPtrListIterator<TQObject></a>. +<p> A TQObjectListIterator iterator is a <a href="tqptrlistiterator.html">TQPtrListIterator<TQObject></a>. <p> See <a href="tqobject.html#queryList">TQObject::queryList</a>() for an example of use. <p> <p>See also <a href="tqobjectlist.html">TQObjectList</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. |