summaryrefslogtreecommitdiffstats
path: root/doc/html/tqobjectlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqobjectlist.html')
-rw-r--r--doc/html/tqobjectlist.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqobjectlist.html b/doc/html/tqobjectlist.html
index 0b4a92539..28d8c4d4c 100644
--- a/doc/html/tqobjectlist.html
+++ b/doc/html/tqobjectlist.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQObjectList class is a TQPtrList of TQObjects.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqobjectlist-h.html">tqobjectlist.h</a>&gt;</tt>
-<p>Inherits <a href="ntqptrlist.html">TQPtrList</a>&lt;TQObject&gt;.
+<p>Inherits <a href="tqptrlist.html">TQPtrList</a>&lt;TQObject&gt;.
<p><a href="tqobjectlist-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -46,11 +46,11 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQObjectList class is a <a href="ntqptrlist.html">TQPtrList</a> of TQObjects.
+The TQObjectList class is a <a href="tqptrlist.html">TQPtrList</a> of TQObjects.
<p>
-<p> A TQObjectList is a <a href="ntqptrlist.html">TQPtrList&lt;TQObject&gt;</a>. The list can be traversed using
-inherited functions, e.g. <a href="ntqptrlist.html#getFirst">getFirst</a>(), <a href="ntqptrlist.html#next">next</a>(), etc., or using a
+<p> A TQObjectList is a <a href="tqptrlist.html">TQPtrList&lt;TQObject&gt;</a>. The list can be traversed using
+inherited functions, e.g. <a href="tqptrlist.html#getFirst">getFirst</a>(), <a href="tqptrlist.html#next">next</a>(), etc., or using a
<a href="tqobjectlistiterator.html">TQObjectListIterator</a> iterator.
<p> See <a href="tqobject.html#queryList">TQObject::queryList</a>() for an example of use.
<p> <p>See also <a href="tqobjectlistiterator.html">TQObjectListIterator</a>, <a href="tqobject.html">TQObject</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
@@ -65,7 +65,7 @@ inherited functions, e.g. <a href="ntqptrlist.html#getFirst">getFirst</a>(), <a
</h3>
<p> Constructs a copy of <em>list</em>.
-<p> Each item in <em>list</em> is <a href="ntqptrlist.html#append">appended</a> to this
+<p> Each item in <em>list</em> is <a href="tqptrlist.html#append">appended</a> to this
list. Only the pointers are copied (shallow copy).
<h3 class=fn><a name="~TQObjectList"></a>TQObjectList::~TQObjectList ()
@@ -74,14 +74,14 @@ list. Only the pointers are copied (shallow copy).
<p> Removes all the object pointers from the list and destroys the
list.
<p> All list iterators that access this list will be reset.
-<p> <p>See also <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>().
+<p> <p>See also <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>().
<h3 class=fn><a href="tqobjectlist.html">TQObjectList</a>&nbsp;&amp; <a name="operator-eq"></a>TQObjectList::operator= ( const&nbsp;<a href="tqobjectlist.html">TQObjectList</a>&nbsp;&amp;&nbsp;list )
</h3>
<p> Assigns <em>list</em> to this list and returns a reference to this list.
-<p> This list is first cleared and then each item in <em>list</em> is <a href="ntqptrlist.html#append">appended</a> to this list. Only the pointers are
-copied (shallow copy) unless <a href="ntqptrcollection.html#newItem">newItem</a>() has been reimplemented().
+<p> This list is first cleared and then each item in <em>list</em> is <a href="tqptrlist.html#append">appended</a> to this list. Only the pointers are
+copied (shallow copy) unless <a href="tqptrcollection.html#newItem">newItem</a>() has been reimplemented().
<!-- eof -->
<hr><p>