diff options
Diffstat (limited to 'src/findbar.h')
-rw-r--r-- | src/findbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.h b/src/findbar.h index 39bb28c9..83334b4f 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -50,7 +50,7 @@ class REKONQ_TESTS_EXPORT FindBar : public QWidget public: FindBar(QWidget *parent); ~FindBar(); - KLineEdit *lineEdit() const; + bool matchCase() const; void notifyMatch(bool match); bool highlightAllState() const; |