summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-09-02 22:03:47 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-09-02 22:07:53 +0200
commit83c667187cd4232c412f6390c4ba33a13c328c5a (patch)
tree98dcd634470061e24ea9ae1b38096a9f45ae76cc /src/mainwindow.h
parentFix wrong highlights in the search strings (diff)
downloadrekonq-83c667187cd4232c412f6390c4ba33a13c328c5a.tar.xz
- Follow pano's suggestion : Shift + Enter -> findPrevious()
- Don't call findNext() if Ctrl + F is pressed with an existing selection - Correctly update highlights with the timer - A little cleanup
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();