From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqasciidictiterator.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqasciidictiterator.html') diff --git a/doc/html/tqasciidictiterator.html b/doc/html/tqasciidictiterator.html index 7de74f80a..817ebd45d 100644 --- a/doc/html/tqasciidictiterator.html +++ b/doc/html/tqasciidictiterator.html @@ -61,9 +61,9 @@ iterator that operates on TQAsciiDict<X> (dictionary of X*).

Example:

     TQAsciiDict<TQLineEdit> fields;
-    fields.insert( "forename", new TQLineEdit( this ) );
-    fields.insert( "surname", new TQLineEdit( this ) );
-    fields.insert( "age", new TQLineEdit( this ) );
+    fields.insert( "forename", new TQLineEdit( this ) );
+    fields.insert( "surname", new TQLineEdit( this ) );
+    fields.insert( "age", new TQLineEdit( this ) );
 
     fields["forename"]->setText( "Homer" );
     fields["surname"]->setText( "Simpson" );
-- 
cgit v1.2.1