diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 19:08:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 19:08:00 +0200 |
commit | f3d3fb6041a870901ba5cf36fb49d46e577cf0d1 (patch) | |
tree | 13e3384fd2e3414ea59367ef529249af60ed91db /src/historymenu.h | |
parent | Removed recently closed tabs history (diff) | |
download | rekonq-f3d3fb6041a870901ba5cf36fb49d46e577cf0d1.tar.xz |
Removed unuseful history dialog. We use just history panel, from now on..
Diffstat (limited to 'src/historymenu.h')
-rw-r--r-- | src/historymenu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/historymenu.h b/src/historymenu.h index ec529b65..f0c16d22 100644 --- a/src/historymenu.h +++ b/src/historymenu.h @@ -54,7 +54,6 @@ protected: private slots: void activated(const QModelIndex &index); - void showHistoryDialog(); private: HistoryManager *m_history; |