summaryrefslogtreecommitdiffstats
path: root/kutils/kfinddialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-09 14:13:10 +0900
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:41 +0100
commitadf437b7e51afb73cf0f22352c2e96b9e8bf66c0 (patch)
treed0d5315e90ee838d7e0e9db7fb25ac0639f3b8e1 /kutils/kfinddialog.h
parent18c445cb5b6270fa017d464d87d2690309d3ff29 (diff)
downloadtdelibs-adf437b7e51afb73cf0f22352c2e96b9e8bf66c0.tar.gz
tdelibs-adf437b7e51afb73cf0f22352c2e96b9e8bf66c0.zip
In KFindDialog/KReplaceDialog the option "use placeholders" only makes
sense and works when searching using regular expressions. This resolves bug 1863. (cherry picked from commit 81515b6d1a00df00fadb0ff0748ca5faecf12ce7)
Diffstat (limited to 'kutils/kfinddialog.h')
-rw-r--r--kutils/kfinddialog.h4
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 * );