diff options
Diffstat (limited to 'kfind/kquery.cpp')
| -rw-r--r-- | kfind/kquery.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kfind/kquery.cpp b/kfind/kquery.cpp index 44fc2a97d..abeee3c5f 100644 --- a/kfind/kquery.cpp +++ b/kfind/kquery.cpp @@ -7,7 +7,7 @@ #include <tdeapplication.h> #include <tdemessagebox.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kzip.h> #include "kquery.h" @@ -384,7 +384,7 @@ void KQuery::processQuery( KFileItem* file) return; } } - kapp->processEvents(); + tdeApp->processEvents(); } delete stream; @@ -452,7 +452,7 @@ void KQuery::setRegExp(const TQString ®exp, bool caseSensitive) TQRegExp *regExp; TQRegExp sep(";"); TQStringList strList=TQStringList::split( sep, regexp, false); -// TQRegExp globChars ("[\\*\\?\\[\\]]", TRUE, FALSE); +// TQRegExp globChars ("[\\*\\?\\[\\]]", true, false); m_regexps.clear(); // m_regexpsContainsGlobs.clear(); |
