From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqsqldatabase.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqsqldatabase.html') diff --git a/doc/html/tqsqldatabase.html b/doc/html/tqsqldatabase.html index b7f6315ed..57846d91d 100644 --- a/doc/html/tqsqldatabase.html +++ b/doc/html/tqsqldatabase.html @@ -320,8 +320,8 @@ Returns a list of all the available database drivers. over a copy, e.g.
     TQStringList list = TQSqlDatabase::drivers();
-    TQStringList::Iterator it = list.begin();
-    while( it != list.end() ) {
+    TQStringList::Iterator it = list.begin();
+    while( it != list.end() ) {
         myProcessing( *it );
         ++it;
     }
@@ -490,8 +490,8 @@ as specified by the parameter type.
 over a copy, e.g.
 
     TQStringList list = myDatabase.tables( TQSql::Tables | TQSql::Views );
-    TQStringList::Iterator it = list.begin();
-    while( it != list.end() ) {
+    TQStringList::Iterator it = list.begin();
+    while( it != list.end() ) {
         myProcessing( *it );
         ++it;
     }
@@ -509,8 +509,8 @@ function that takes a table type parameter.
 over a copy, e.g.
 
     TQStringList list = myDatabase.tables();
-    TQStringList::Iterator it = list.begin();
-    while( it != list.end() ) {
+    TQStringList::Iterator it = list.begin();
+    while( it != list.end() ) {
         myProcessing( *it );
         ++it;
     }
-- 
cgit v1.2.3