summaryrefslogtreecommitdiffstats
path: root/doc/html/qasciidictiterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qasciidictiterator.html')
-rw-r--r--doc/html/qasciidictiterator.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qasciidictiterator.html b/doc/html/qasciidictiterator.html
index cef5e55b..d804009c 100644
--- a/doc/html/qasciidictiterator.html
+++ b/doc/html/qasciidictiterator.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQAsciiDictIterator class provides an iterator for TQAsciiDict collections.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qasciidict-h.html">qasciidict.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qasciidict-h.html">ntqasciidict.h</a>&gt;</tt>
<p><a href="qasciidictiterator-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 TQAsciiDictIterator class provides an iterator for <a href="qasciidict.html">TQAsciiDict</a> collections.
+The TQAsciiDictIterator class provides an iterator for <a href="ntqasciidict.html">TQAsciiDict</a> collections.
<p>
<p> TQAsciiDictIterator is implemented as a template class. Define a
@@ -60,10 +60,10 @@ template instance TQAsciiDictIterator&lt;X&gt; to create a dictionary
iterator that operates on TQAsciiDict&lt;X&gt; (dictionary of X*).
<p> Example:
<pre>
- <a href="qasciidict.html">TQAsciiDict</a>&lt;TQLineEdit&gt; fields;
- fields.<a href="qasciidict.html#insert">insert</a>( "forename", new <a href="qlineedit.html">TQLineEdit</a>( this ) );
- fields.<a href="qasciidict.html#insert">insert</a>( "surname", new <a href="qlineedit.html">TQLineEdit</a>( this ) );
- fields.<a href="qasciidict.html#insert">insert</a>( "age", new <a href="qlineedit.html">TQLineEdit</a>( this ) );
+ <a href="ntqasciidict.html">TQAsciiDict</a>&lt;TQLineEdit&gt; fields;
+ fields.<a href="ntqasciidict.html#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) );
+ fields.<a href="ntqasciidict.html#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) );
+ fields.<a href="ntqasciidict.html#insert">insert</a>( "age", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) );
fields["forename"]-&gt;setText( "Homer" );
fields["surname"]-&gt;setText( "Simpson" );
@@ -86,15 +86,15 @@ those line edits.
<p> Note that the traversal order is arbitrary; you are not guaranteed
any particular order.
<p> Multiple iterators may independently traverse the same dictionary.
-A <a href="qasciidict.html">TQAsciiDict</a> knows about all the iterators that are operating on
+A <a href="ntqasciidict.html">TQAsciiDict</a> knows about all the iterators that are operating on
the dictionary. When an item is removed from the dictionary,
TQAsciiDict updates all the iterators that are referring to the
removed item to point to the next item in the (arbitrary)
traversal order.
-<p> <p>See also <a href="qasciidict.html">TQAsciiDict</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<p> <p>See also <a href="ntqasciidict.html">TQAsciiDict</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="TQAsciiDictIterator"></a>TQAsciiDictIterator::TQAsciiDictIterator ( const&nbsp;<a href="qasciidict.html">TQAsciiDict</a>&lt;type&gt;&nbsp;&amp;&nbsp;dict )
+<h3 class=fn><a name="TQAsciiDictIterator"></a>TQAsciiDictIterator::TQAsciiDictIterator ( const&nbsp;<a href="ntqasciidict.html">TQAsciiDict</a>&lt;type&gt;&nbsp;&amp;&nbsp;dict )
</h3>
<p> Constructs an iterator for <em>dict</em>. The current iterator item is