summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-05 16:33:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-05 16:33:18 +0200
commit8daa07c56435cd2892bd5f0a85e9db0755c0df85 (patch)
tree75dfc23c8c59ef2acaf12b8b4df3250f1f75a043 /src/mainwindow.cpp
parentupdated TODO (diff)
downloadrekonq-8daa07c56435cd2892bd5f0a85e9db0755c0df85.tar.xz
Upgrading rekonq UI, 1st step
Updating menubar and main toolbar.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e25373e9..0b6bb738 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -182,7 +182,6 @@ void MainWindow::setupActions()
KAction *a;
// Standard Actions
- KStandardAction::openNew(this, SLOT(slotFileNew()) , actionCollection());
KStandardAction::open(this, SLOT(slotFileOpen()), actionCollection());
KStandardAction::saveAs(this, SLOT(slotFileSaveAs()), actionCollection());
KStandardAction::printPreview(this, SLOT(slotFilePrintPreview()), actionCollection());
@@ -479,11 +478,11 @@ void MainWindow::slotUpdateWindowTitle(const QString &title)
}
-void MainWindow::slotFileNew()
-{
- Application::instance()->newWebView();
- slotHome();
-}
+// void MainWindow::slotFileNew()
+// {
+// Application::instance()->newWebView();
+// slotHome();
+// }
void MainWindow::slotFileOpen()