From 8daa07c56435cd2892bd5f0a85e9db0755c0df85 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 5 Apr 2009 16:33:18 +0200 Subject: Upgrading rekonq UI, 1st step Updating menubar and main toolbar. --- src/mainwindow.cpp | 11 +++++------ src/mainwindow.h | 2 +- src/rekonqui.rc | 5 ++--- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'src') 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() diff --git a/src/mainwindow.h b/src/mainwindow.h index 9e64022e..372d90a1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -87,7 +87,7 @@ private slots: void slotOpenNext(); // File Menu slots - void slotFileNew(); +// void slotFileNew(); void slotFileOpen(); void slotFilePrintPreview(); void slotFilePrint(); diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 368c9226..37890393 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -6,7 +6,6 @@ &File - @@ -18,8 +17,6 @@ - - @@ -59,6 +56,7 @@ &Tools + @@ -83,6 +81,7 @@ + -- cgit v1.2.1