summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-23 10:02:49 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-23 10:02:49 +0200
commitf029968d91dc9342d99e55dbf94e91fafcaa8dc5 (patch)
tree7f2e1fcd563f23676ef4071af546378fd06527c4 /src/mainwindow.cpp
parentUPdated RELEASE file instructions (diff)
downloadrekonq-f029968d91dc9342d99e55dbf94e91fafcaa8dc5.tar.xz
Removed some menu related actions (cloned in the context menus)
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9b377273..f07ce198 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -257,13 +257,6 @@ void MainWindow::setupActions()
// WEB Actions (NO KStandardActions..)
a = KStandardAction::redisplay(m_view, SLOT(slotWebReload()), actionCollection());
a->setText(i18n("Reload"));
-// KStandardAction::back(m_view, SLOT(slotWebBack()), actionCollection());
-// KStandardAction::forward(m_view, SLOT(slotWebForward()), actionCollection());
-// KStandardAction::undo(m_view, SLOT(slotWebUndo()), actionCollection());
-// KStandardAction::redo(m_view, SLOT(slotWebRedo()), actionCollection());
-// KStandardAction::cut(m_view, SLOT(slotWebCut()), actionCollection());
-// KStandardAction::copy(m_view, SLOT(slotWebCopy()), actionCollection());
-// KStandardAction::paste(m_view, SLOT(slotWebPaste()), actionCollection());
a = new KAction(KIcon("process-stop"), i18n("&Stop"), this);
a->setShortcut(KShortcut(Qt::CTRL | Qt::Key_Period));