summaryrefslogtreecommitdiffstats
path: root/kate/app/kategrepdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/app/kategrepdialog.cpp')
-rw-r--r--kate/app/kategrepdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/kategrepdialog.cpp b/kate/app/kategrepdialog.cpp
index 1d5db5c0f..af0d91784 100644
--- a/kate/app/kategrepdialog.cpp
+++ b/kate/app/kategrepdialog.cpp
@@ -370,7 +370,7 @@ void GrepTool::slotSearch()
*childproc << "-maxdepth" << "1";
if (!cmbFiles->currentText().isEmpty() )
{
- TQStringList files = TQStringList::split ( ",", cmbFiles->currentText(), FALSE );
+ TQStringList files = TQStringList::split ( ",", cmbFiles->currentText(), false );
*childproc << "(";
bool first = true;
for ( TQStringList::Iterator it = files.begin(); it != files.end(); ++it )