diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 22:39:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 22:39:13 +0200 |
commit | 0928f8027530aa0159136d652ff6f1e222c2fd17 (patch) | |
tree | bb003da12775500e7b0c81ab93d5ea228d98f42d /src/mainwindow.h | |
parent | Merge commit 'refs/merge-requests/197' of git://gitorious.org/rekonq/mainline... (diff) | |
parent | Use Q_SIGNALS instead of signals :) (diff) | |
download | rekonq-0928f8027530aa0159136d652ff6f1e222c2fd17.tar.xz |
Merge commit 'refs/merge-requests/200' of git://gitorious.org/rekonq/mainline into m200
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index cd55faa5..4180af5c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -108,6 +108,11 @@ public slots: virtual void configureToolbars(); + // Find Bar slots + void findNext(); + void findPrevious(); + void updateHighlight(); + signals: // switching tabs void ctrlTabPressed(); @@ -138,9 +143,6 @@ private slots: // Find Action slots void find(const QString &); void matchCaseUpdate(); - void findNext(); - void findPrevious(); - void highlightAll(); // File Menu slots void openLocation(); |