diff options
Diffstat (limited to 'doc/man/man3/tqasciidictiterator.3qt')
| -rw-r--r-- | doc/man/man3/tqasciidictiterator.3qt | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/man/man3/tqasciidictiterator.3qt b/doc/man/man3/tqasciidictiterator.3qt index 2ce41d233..2c4e9569b 100644 --- a/doc/man/man3/tqasciidictiterator.3qt +++ b/doc/man/man3/tqasciidictiterator.3qt @@ -56,13 +56,13 @@ Example:  .PP  .nf  .br -    TQAsciiDict<QLineEdit> fields; +    TQAsciiDict<TQLineEdit> fields;  .br -    fields.insert( "forename", new QLineEdit( this ) ); +    fields.insert( "forename", new TQLineEdit( this ) );  .br -    fields.insert( "surname", new QLineEdit( this ) ); +    fields.insert( "surname", new TQLineEdit( this ) );  .br -    fields.insert( "age", new QLineEdit( this ) ); +    fields.insert( "age", new TQLineEdit( this ) );  .br  .br      fields["forename"]->setText( "Homer" ); @@ -72,7 +72,7 @@ Example:      fields["age"]->setText( "45" );  .br  .br -    TQAsciiDictIterator<QLineEdit> it( fields ); +    TQAsciiDictIterator<TQLineEdit> it( fields );  .br      for( ; it.current(); ++it )  .br | 
