diff options
Diffstat (limited to 'kutils/kfinddialog.h')
-rw-r--r-- | kutils/kfinddialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kutils/kfinddialog.h b/kutils/kfinddialog.h index fcf870836..0f979ab49 100644 --- a/kutils/kfinddialog.h +++ b/kutils/kfinddialog.h @@ -250,7 +250,9 @@ protected slots: void slotSelectedTextToggled(bool); void showPatterns(); void showPlaceholders(); - void textSearchChanged( const TQString &); + void textSearchChanged(const TQString &); + void slotRegexCheckBoxToggled(bool checked); + void slotPlaceholdersCheckBoxToggled(bool checked); protected: virtual void showEvent ( TQShowEvent * ); |