summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-02 22:39:13 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-02 22:39:13 +0200
commit0928f8027530aa0159136d652ff6f1e222c2fd17 (patch)
treebb003da12775500e7b0c81ab93d5ea228d98f42d /src/mainwindow.h
parentMerge commit 'refs/merge-requests/197' of git://gitorious.org/rekonq/mainline... (diff)
parentUse Q_SIGNALS instead of signals :) (diff)
downloadrekonq-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.h8
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();