summaryrefslogtreecommitdiffstats
path: root/doc/html/qdictiterator.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdictiterator.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdictiterator.html')
-rw-r--r--doc/html/qdictiterator.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qdictiterator.html b/doc/html/qdictiterator.html
index 1cee2bc5d..e4721dca7 100644
--- a/doc/html/qdictiterator.html
+++ b/doc/html/qdictiterator.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQDictIterator class provides an iterator for TQDict collections.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qdict-h.html">qdict.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qdict-h.html">ntqdict.h</a>&gt;</tt>
<p><a href="qdictiterator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -51,7 +51,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQDictIterator class provides an iterator for <a href="qdict.html">TQDict</a> collections.
+The TQDictIterator class provides an iterator for <a href="ntqdict.html">TQDict</a> collections.
<p>
<p> TQDictIterator is implemented as a template class. Define a
@@ -67,10 +67,10 @@ updates all iterators that are referring to the removed item to
point to the next item in the (arbitrary) traversal order.
<p> Example:
<pre>
- <a href="qdict.html">TQDict</a>&lt;TQLineEdit&gt; fields;
- fields.<a href="qdict.html#insert">insert</a>( "forename", new <a href="qlineedit.html">TQLineEdit</a>( this ) );
- fields.<a href="qdict.html#insert">insert</a>( "surname", new <a href="qlineedit.html">TQLineEdit</a>( this ) );
- fields.<a href="qdict.html#insert">insert</a>( "age", new <a href="qlineedit.html">TQLineEdit</a>( this ) );
+ <a href="ntqdict.html">TQDict</a>&lt;TQLineEdit&gt; fields;
+ fields.<a href="ntqdict.html#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) );
+ fields.<a href="ntqdict.html#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) );
+ fields.<a href="ntqdict.html#insert">insert</a>( "age", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) );
fields["forename"]-&gt;setText( "Homer" );
fields["surname"]-&gt;setText( "Simpson" );
@@ -90,10 +90,10 @@ point to the next item in the (arbitrary) traversal order.
In the example we insert some pointers to line edits into a
dictionary, then iterate over the dictionary printing the strings
associated with the line edits.
-<p> <p>See also <a href="qdict.html">TQDict</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<p> <p>See also <a href="ntqdict.html">TQDict</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="TQDictIterator"></a>TQDictIterator::TQDictIterator ( const&nbsp;<a href="qdict.html">TQDict</a>&lt;type&gt;&nbsp;&amp;&nbsp;dict )
+<h3 class=fn><a name="TQDictIterator"></a>TQDictIterator::TQDictIterator ( const&nbsp;<a href="ntqdict.html">TQDict</a>&lt;type&gt;&nbsp;&amp;&nbsp;dict )
</h3>
<p> Constructs an iterator for <em>dict</em>. The current iterator item is
@@ -117,7 +117,7 @@ iterator is operating.
<p> Returns a pointer to the current iterator item's value.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="currentKey"></a>TQDictIterator::currentKey () const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentKey"></a>TQDictIterator::currentKey () const
</h3>
<p> Returns the current iterator item's key.