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/ntqfiledialog.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqfiledialog.html') diff --git a/doc/html/ntqfiledialog.html b/doc/html/ntqfiledialog.html index 20de1d9a6..d1ec3946f 100644 --- a/doc/html/ntqfiledialog.html +++ b/doc/html/ntqfiledialog.html @@ -526,8 +526,8 @@ symlinks as regular directories. iterate over a copy, e.g.
     TQStringList list = files;
-    TQStringList::Iterator it = list.begin();
-    while( it != list.end() ) {
+    TQStringList::Iterator it = list.begin();
+    while( it != list.end() ) {
         myProcessing( *it );
         ++it;
     }
@@ -864,14 +864,14 @@ the mode isn't ExistingFiles selectedFiles is an empty list.
 iterate over a copy, e.g.
 
     TQStringList list = myFileDialog.selectedFiles();
-    TQStringList::Iterator it = list.begin();
-    while( it != list.end() ) {
+    TQStringList::Iterator it = list.begin();
+    while( it != list.end() ) {
         myProcessing( *it );
         ++it;
     }
     
-

See also selectedFile, selectedFilter, and TQValueList::empty(). +

See also selectedFile, selectedFilter, and TQValueList::empty().

Get this property's value with selectedFiles().

TQString selectedFilter

-- cgit v1.2.1