summaryrefslogtreecommitdiffstats
path: root/kate/app/kategrepdialog.h
diff options
context:
space:
mode:
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;