diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-05 21:20:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-05 21:20:01 +0200 |
commit | 58fb0de53cf6caebb5b8a979516d079f07ef2c69 (patch) | |
tree | 6296fa49d5b21b0f51d5aa250e7e193e6034b0bc /src/mainwindow.h | |
parent | Fixing Application::newMainWindow method (diff) | |
download | rekonq-58fb0de53cf6caebb5b8a979516d079f07ef2c69.tar.xz |
Simplified history actions reintroducing KStandard ones.
(we have text, icon, shortcuts && translations for free)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index e4cfffc9..b97e8d25 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -147,8 +147,6 @@ private: SidePanel *m_sidePanel; KAction *m_stopReloadAction; - KAction *m_historyBackAction; - KAction *m_historyForwardAction; KMenu *m_historyBackMenu; KToolBar *m_bmBar; |