summaryrefslogtreecommitdiffstats
path: root/kfind/kquery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kquery.cpp')
-rw-r--r--kfind/kquery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kquery.cpp b/kfind/kquery.cpp
index 44fc2a97d..ec0931c55 100644
--- a/kfind/kquery.cpp
+++ b/kfind/kquery.cpp
@@ -452,7 +452,7 @@ void KQuery::setRegExp(const TQString &regexp, 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();