summaryrefslogtreecommitdiff
path: root/src/findbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-28 11:38:08 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-28 11:38:08 +0200
commit0a8fa0648731b81e5b552a817d204b0a36348dba (patch)
tree249a7ea3f83db937532bc808644f8d648e912079 /src/findbar.h
parentFixing loadInNewTab slot (diff)
downloadrekonq-0a8fa0648731b81e5b552a817d204b0a36348dba.tar.xz
Using my own FindBar, for now..
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 a8a78970..739a573e 100644
--- a/src/findbar.h
+++ b/src/findbar.h
@@ -50,7 +50,7 @@ public:
public slots:
void clear();
- void showFindBar();
+ void show();
protected Q_SLOTS:
void keyPressEvent(QKeyEvent* event);