summaryrefslogtreecommitdiff
path: root/src/historymenu.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-19 19:08:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-19 19:08:00 +0200
commitf3d3fb6041a870901ba5cf36fb49d46e577cf0d1 (patch)
tree13e3384fd2e3414ea59367ef529249af60ed91db /src/historymenu.h
parentRemoved recently closed tabs history (diff)
downloadrekonq-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.h1
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;