diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-05 16:33:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-05 16:33:18 +0200 |
commit | 8daa07c56435cd2892bd5f0a85e9db0755c0df85 (patch) | |
tree | 75dfc23c8c59ef2acaf12b8b4df3250f1f75a043 /src/mainwindow.cpp | |
parent | updated TODO (diff) | |
download | rekonq-8daa07c56435cd2892bd5f0a85e9db0755c0df85.tar.xz |
Upgrading rekonq UI, 1st step
Updating menubar and main toolbar.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 11 |
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() |