diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-09 19:03:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-09 19:03:50 +0200 |
commit | 7a93d8a59aa0f693ae533a35b0bc3e4607d3f5ff (patch) | |
tree | f6447e2628e625386dcb0438dd61c8f4989c46d9 /src/mainwindow.h | |
parent | Removed unuseful lasttabclosed signal in mainview. (diff) | |
download | rekonq-7a93d8a59aa0f693ae533a35b0bc3e4607d3f5ff.tar.xz |
Refactoring find bar following (a bit) Pawel suggestions..
Applied match Case search
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 1c65c5d7..a9363d8a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -89,7 +89,6 @@ private slots: void slotOpenNext(); // File Menu slots -// void slotFileNew(); void slotFileOpen(); void slotFilePrintPreview(); void slotFilePrint(); |