diff options
Diffstat (limited to 'src/tools/qdir.cpp')
-rw-r--r-- | src/tools/qdir.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/qdir.cpp b/src/tools/qdir.cpp index 1a2f654f5..4ca6be4aa 100644 --- a/src/tools/qdir.cpp +++ b/src/tools/qdir.cpp @@ -44,9 +44,9 @@ #ifndef TQT_NO_DIR #include <private/qdir_p.h> #include "ntqfileinfo.h" -#include "ntqregexp.h" +#include "tqregexp.h" #include "tqstringlist.h" -#include "ntqdeepcopy.h" +#include "tqdeepcopy.h" #include <limits.h> #if defined(Q_FS_FAT) && !defined(Q_OS_UNIX) @@ -561,7 +561,7 @@ bool TQDir::cdUp() nameFilter. The \a nameFilter is a wildcard (globbing) filter that understands - "*" and "?" wildcards. (See \link ntqregexp.html#wildcard-matching + "*" and "?" wildcards. (See \link tqregexp.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 ntqregexp.html#wildcard-matching TQRegExp wildcard + (See \link tqregexp.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 ntqregexp.html#wildcard-matching TQRegExp wildcard + (See \link tqregexp.html#wildcard-matching TQRegExp wildcard matching.\endlink) \sa TQRegExp::match() */ |