summaryrefslogtreecommitdiffstats
path: root/kate/app/kategrepdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-01-04 20:38:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-01-04 20:38:02 +0900
commit46f61ed2b35896e05f17cf99812ddd6614a486f7 (patch)
tree777342c60c2f17df8c8ded4da670f8aa41f11f53 /kate/app/kategrepdialog.h
parent7d5d5cf9294ab828c612eb028f95f0c2abcc7940 (diff)
downloadtdebase-46f61ed2b35896e05f17cf99812ddd6614a486f7.tar.gz
tdebase-46f61ed2b35896e05f17cf99812ddd6614a486f7.zip
Added option to suppress 'Find in files' error dialog in Kate. This resolves bug 1911.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/app/kategrepdialog.h')
-rw-r--r--kate/app/kategrepdialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kate/app/kategrepdialog.h b/kate/app/kategrepdialog.h
index a3cbbc871..1bd930735 100644
--- a/kate/app/kategrepdialog.h
+++ b/kate/app/kategrepdialog.h
@@ -79,7 +79,9 @@ private:
KComboBox *cmbFiles, *cmbPattern;
KURLRequester *cmbDir;
TQCheckBox *cbRecursive;
- TQCheckBox *cbCasesensitive, *cbRegex;
+ TQCheckBox *cbCasesensitive;
+ TQCheckBox *cbRegex;
+ TQCheckBox *cbHideErrors;
TQListBox *lbResult;
KPushButton *btnSearch, *btnClear;
TDEProcess *childproc;