diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/ntqdir.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdir.html')
-rw-r--r-- | doc/html/ntqdir.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqdir.html b/doc/html/ntqdir.html index 5066c4f95..89372c3bf 100644 --- a/doc/html/ntqdir.html +++ b/doc/html/ntqdir.html @@ -451,7 +451,7 @@ list is owned by the TQDir object and will be reused on the next call to <a href="#entryInfoList">entryInfoList</a>() for the same TQDir instance. If you want to keep the entries of the list after a subsequent call to this function you must copy them. -<p> Note: TQFileInfoList is really a <a href="ntqptrlist.html">TQPtrList</a><TQFileInfo>. +<p> Note: TQFileInfoList is really a <a href="tqptrlist.html">TQPtrList</a><TQFileInfo>. <p> <p>See also <a href="#entryList">entryList</a>(), <a href="#setNameFilter">setNameFilter</a>(), <a href="#setSorting">setSorting</a>(), and <a href="#setFilter">setFilter</a>(). <p>Examples: <a href="dirview-example.html#x1666">dirview/dirview.cpp</a> and <a href="fileiconview-example.html#x812">fileiconview/qfileiconview.cpp</a>. @@ -470,7 +470,7 @@ list is owned by the TQDir object and will be reused on the next call to <a href="#entryInfoList">entryInfoList</a>() for the same TQDir instance. If you want to keep the entries of the list after a subsequent call to this function you must copy them. -<p> Note: TQFileInfoList is really a <a href="ntqptrlist.html">TQPtrList</a><TQFileInfo>. +<p> Note: TQFileInfoList is really a <a href="tqptrlist.html">TQPtrList</a><TQFileInfo>. <p> <p>See also <a href="#entryList">entryList</a>(), <a href="#setNameFilter">setNameFilter</a>(), <a href="#setSorting">setSorting</a>(), and <a href="#setFilter">setFilter</a>(). <h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="entryList"></a>TQDir::entryList ( const <a href="ntqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> |