summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-04 00:59:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-04 00:59:18 +0200
commit04ff4c9fd994ca31289b416c693cf96ec51a5e81 (patch)
tree83ddb9ce04c39ca9a8c5376849865a043be7ce9c /src/mainwindow.cpp
parentOpen in new Window Action (diff)
downloadrekonq-04ff4c9fd994ca31289b416c693cf96ec51a5e81.tar.xz
fixing new window action
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index ff4bc816..f55fa0a3 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -251,7 +251,6 @@ void MainWindow::setupActions()
// Standard Actions
KStandardAction::open(this, SLOT(slotFileOpen()), actionCollection());
- KStandardAction::openNew(Application::instance(), SLOT(newMainWindow()), actionCollection());
KStandardAction::saveAs(this, SLOT(slotFileSaveAs()), actionCollection());
KStandardAction::print(this, SLOT(printRequested()), actionCollection());
KStandardAction::quit(this , SLOT(close()), actionCollection());