summaryrefslogtreecommitdiff
path: root/src/findbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-06 01:49:54 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-06 01:49:54 +0100
commit2c11a95da6772a63d85905d4712a1a2d016a9e1e (patch)
tree919ec8f24580bc6ab56902b9bc92ac3e3dc31d14 /src/findbar.h
parentQPointers --> QWeakPointers (diff)
downloadrekonq-2c11a95da6772a63d85905d4712a1a2d016a9e1e.tar.xz
FIx focus on browsing (FIRST STEP) and on findbar hiding
Diffstat (limited to 'src/findbar.h')
-rw-r--r--src/findbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.h b/src/findbar.h
index fa369f66..5a41c0bc 100644
--- a/src/findbar.h
+++ b/src/findbar.h
@@ -56,6 +56,7 @@ public:
public slots:
void clear();
void show();
+ void hide();
void notifyMatch(bool match);
protected Q_SLOTS:
@@ -68,7 +69,6 @@ private:
KLineEdit *m_lineEdit;
QCheckBox *m_matchCase;
QTimer *m_hideTimer;
-
};
#endif