summaryrefslogtreecommitdiffstats
path: root/doc/html/qintdictiterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qintdictiterator.html')
-rw-r--r--doc/html/qintdictiterator.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qintdictiterator.html b/doc/html/qintdictiterator.html
index e54682b7..657a4926 100644
--- a/doc/html/qintdictiterator.html
+++ b/doc/html/qintdictiterator.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQIntDictIterator class provides an iterator for TQIntDict collections.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qintdict-h.html">qintdict.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qintdict-h.html">ntqintdict.h</a>&gt;</tt>
<p><a href="qintdictiterator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -52,7 +52,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQIntDictIterator class provides an iterator for <a href="qintdict.html">TQIntDict</a> collections.
+The TQIntDictIterator class provides an iterator for <a href="ntqintdict.html">TQIntDict</a> collections.
<p>
<p> TQIntDictIterator is implemented as a template class. Define a
@@ -60,9 +60,9 @@ template instance TQIntDictIterator&lt;X&gt; to create a dictionary
iterator that operates on TQIntDict&lt;X&gt; (dictionary of X*).
<p> Example:
<pre>
- <a href="qintdict.html">TQIntDict</a>&lt;TQLineEdit&gt; fields;
+ <a href="ntqintdict.html">TQIntDict</a>&lt;TQLineEdit&gt; fields;
for ( int i = 0; i &lt; 3; i++ )
- fields.<a href="qintdict.html#insert">insert</a>( i, new <a href="qlineedit.html">TQLineEdit</a>( this ) );
+ fields.<a href="ntqintdict.html#insert">insert</a>( i, new <a href="ntqlineedit.html">TQLineEdit</a>( this ) );
fields[0]-&gt;setText( "Homer" );
fields[1]-&gt;setText( "Simpson" );
@@ -81,14 +81,14 @@ iterator that operates on TQIntDict&lt;X&gt; (dictionary of X*).
<p> Note that the traversal order is arbitrary; you are not guaranteed the
order shown above.
<p> Multiple iterators may independently traverse the same dictionary.
-A <a href="qintdict.html">TQIntDict</a> knows about all the iterators that are operating on the
+A <a href="ntqintdict.html">TQIntDict</a> knows about all the iterators that are operating on the
dictionary. When an item is removed from the dictionary, TQIntDict
updates all iterators that refer the removed item to point to the
next item in the traversal order.
-<p> <p>See also <a href="qintdict.html">TQIntDict</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<p> <p>See also <a href="ntqintdict.html">TQIntDict</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQIntDictIterator"></a>TQIntDictIterator::TQIntDictIterator ( const&nbsp;<a href="qintdict.html">TQIntDict</a>&lt;type&gt;&nbsp;&amp;&nbsp;dict )
+<h3 class=fn><a name="TQIntDictIterator"></a>TQIntDictIterator::TQIntDictIterator ( const&nbsp;<a href="ntqintdict.html">TQIntDict</a>&lt;type&gt;&nbsp;&amp;&nbsp;dict )
</h3>
<p> Constructs an iterator for <em>dict</em>. The current iterator item is