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/ntqapplication.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqapplication.html') diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 8fc277163..22ce1183a 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -965,8 +965,8 @@ working directory) is also added to the plugin paths. copy, e.g.
     TQStringList list = app.libraryPaths();
-    TQStringList::Iterator it = list.begin();
-    while( it != list.end() ) {
+    TQStringList::Iterator it = list.begin();
+    while( it != list.end() ) {
         myProcessing( *it );
         ++it;
     }
-- 
cgit v1.2.1