diff options
Diffstat (limited to 'doc/html/tqdictiterator.html')
| -rw-r--r-- | doc/html/tqdictiterator.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdictiterator.html b/doc/html/tqdictiterator.html index 45cac8ace..85af32016 100644 --- a/doc/html/tqdictiterator.html +++ b/doc/html/tqdictiterator.html @@ -68,9 +68,9 @@ point to the next item in the (arbitrary) traversal order. <p> Example: <pre> <a href="tqdict.html">TQDict</a><TQLineEdit> fields; - fields.<a href="tqdict.html#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="tqdict.html#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="tqdict.html#insert">insert</a>( "age", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqdict.html#insert">insert</a>( "forename", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqdict.html#insert">insert</a>( "surname", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="tqdict.html#insert">insert</a>( "age", new <a href="tqlineedit.html">TQLineEdit</a>( this ) ); fields["forename"]->setText( "Homer" ); fields["surname"]->setText( "Simpson" ); |
