From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/tools/qdir.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/tools/qdir.cpp') 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 #include "ntqfileinfo.h" -#include "ntqregexp.h" +#include "tqregexp.h" #include "tqstringlist.h" -#include "ntqdeepcopy.h" +#include "tqdeepcopy.h" #include #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& 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() */ -- cgit v1.2.3