diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 11:38:08 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 11:38:08 +0200 |
commit | 0a8fa0648731b81e5b552a817d204b0a36348dba (patch) | |
tree | 249a7ea3f83db937532bc808644f8d648e912079 /src/findbar.h | |
parent | Fixing loadInNewTab slot (diff) | |
download | rekonq-0a8fa0648731b81e5b552a817d204b0a36348dba.tar.xz |
Using my own FindBar, for now..
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 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); |