diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qdir.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qdir.cpp')
-rw-r--r-- | src/tools/qdir.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tools/qdir.cpp b/src/tools/qdir.cpp index 48f2d5b39..17b748510 100644 --- a/src/tools/qdir.cpp +++ b/src/tools/qdir.cpp @@ -39,14 +39,14 @@ **********************************************************************/ #include "qplatformdefs.h" -#include "qdir.h" +#include "ntqdir.h" #ifndef QT_NO_DIR #include <private/qdir_p.h> -#include "qfileinfo.h" -#include "qregexp.h" -#include "qstringlist.h" -#include "qdeepcopy.h" +#include "ntqfileinfo.h" +#include "ntqregexp.h" +#include "ntqstringlist.h" +#include "ntqdeepcopy.h" #include <limits.h> #if defined(Q_FS_FAT) && !defined(Q_OS_UNIX) @@ -151,7 +151,7 @@ const bool CaseSensitiveFS = TRUE; (excluding symbolic links), sorted by size, smallest first: \code #include <stdio.h> - #include <qdir.h> + #include <ntqdir.h> int main( int argc, char **argv ) { @@ -561,7 +561,7 @@ bool TQDir::cdUp() nameFilter. The \a nameFilter is a wildcard (globbing) filter that understands - "*" and "?" wildcards. (See \link qregexp.html#wildcard-matching + "*" and "?" wildcards. (See \link ntqregexp.html#wildcard-matching TQRegExp wildcard matching\endlink.) You may specify several filter entries all separated by a single space " " or by a semi-colon ";". @@ -1198,7 +1198,7 @@ bool qt_matchFilterList( const TQValueList<TQRegExp>& filters, Returns TRUE if the \a fileName matches any of the wildcard (glob) patterns in the list of \a filters; otherwise returns FALSE. - (See \link qregexp.html#wildcard-matching TQRegExp wildcard + (See \link ntqregexp.html#wildcard-matching TQRegExp wildcard matching.\endlink) \sa TQRegExp::match() */ @@ -1220,7 +1220,7 @@ bool TQDir::match( const TQStringList &filters, const TQString &fileName ) pattern \a filter; otherwise returns FALSE. The \a filter may contain multiple patterns separated by spaces or semicolons. - (See \link qregexp.html#wildcard-matching TQRegExp wildcard + (See \link ntqregexp.html#wildcard-matching TQRegExp wildcard matching.\endlink) \sa TQRegExp::match() */ |