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/tqasciidict.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqasciidict.html') diff --git a/doc/html/tqasciidict.html b/doc/html/tqasciidict.html index 3dce4794b..1f5cadc19 100644 --- a/doc/html/tqasciidict.html +++ b/doc/html/tqasciidict.html @@ -84,8 +84,8 @@ performace as a TQAsciiDict.

Example:

     TQAsciiDict<TQLineEdit> fields; // char* keys, TQLineEdit* values
-    fields.insert( "forename", new TQLineEdit( this ) );
-    fields.insert( "surname", new TQLineEdit( this ) );
+    fields.insert( "forename", new TQLineEdit( this ) );
+    fields.insert( "surname", new TQLineEdit( this ) );
 
     fields["forename"]->setText( "Homer" );
     fields["surname"]->setText( "Simpson" );
-- 
cgit v1.2.3