summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-19 18:19:28 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-19 18:19:28 +0200
commit8a7e6c079fcc941b5232a03044512135d43b8403 (patch)
treea8c9d639df7cf82023acb7f00d9932d83ae8483e /src/mainwindow.h
parentUI changes (diff)
downloadrekonq-8a7e6c079fcc941b5232a03044512135d43b8403.tar.xz
No more Action Back Menu
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f1ea3a98..0d17ef4d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -89,11 +89,11 @@ private slots:
void slotUpdateActions();
void slotUpdateWindowTitle(const QString &title = QString());
void slotOpenLocation();
- void slotAboutToShowBackMenu();
+// void slotAboutToShowBackMenu();
void geometryChangeRequested(const QRect &geometry);
// history related
- void slotOpenActionUrl(QAction *action);
+// void slotOpenActionUrl(QAction *action);
void slotOpenPrevious();
void slotOpenNext();
@@ -130,7 +130,6 @@ private:
FindBar *m_findBar;
SidePanel *m_sidePanel;
- KMenu *m_historyBackMenu;
KMenu *m_windowMenu;
KActionMenu *m_historyActionMenu;