summaryrefslogtreecommitdiff
path: root/src/findbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-25 20:14:12 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-25 20:14:12 +0200
commitc8f94cdbcf4eb5dc7b7d6b17551c6211e116ca98 (patch)
treee90b4855c36bfd67f93f81ee8503e6389c2c0f15 /src/findbar.h
parentMerge commit 'megabigbug/ContextsMenus' (diff)
parentFixing codestyle and changing a bit red color (diff)
downloadrekonq-c8f94cdbcf4eb5dc7b7d6b17551c6211e116ca98.tar.xz
Merge branch 'findbarNEW'
Diffstat (limited to 'src/findbar.h')
-rw-r--r--src/findbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/findbar.h b/src/findbar.h
index 6a6137ab..f297e6d2 100644
--- a/src/findbar.h
+++ b/src/findbar.h
@@ -51,6 +51,7 @@ public:
public slots:
void clear();
void show();
+ void notifyMatch(bool match);
protected Q_SLOTS:
void keyPressEvent(QKeyEvent* event);
@@ -61,6 +62,7 @@ signals:
private:
KLineEdit *m_lineEdit;
QCheckBox *m_matchCase;
+
};
#endif