diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-16 02:00:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-16 02:00:24 +0100 |
commit | 16432de65c59318d4b4c8cadb6d4a366d851d973 (patch) | |
tree | 061948a1ca762a12cf028449d5860961cd832610 /src/browsermainwindow.cpp | |
parent | Updated TODO (diff) | |
download | rekonq-16432de65c59318d4b4c8cadb6d4a366d851d973.tar.xz |
Some other steps on the road to the KDE browser..
Diffstat (limited to 'src/browsermainwindow.cpp')
-rw-r--r-- | src/browsermainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/browsermainwindow.cpp b/src/browsermainwindow.cpp index 60115b09..8a936774 100644 --- a/src/browsermainwindow.cpp +++ b/src/browsermainwindow.cpp @@ -342,7 +342,6 @@ void BrowserMainWindow::setupMenu() // ------------------------------------------------------------- SETTINGS ------------------------------------------------------------------------------------------------------ KMenu *settingsMenu = (KMenu *) menuBar()->addMenu( i18n("&Settings") ); -// TODO settingsMenu->addAction( KStandardAction::configureToolbars(this, SLOT( ) , this ) ); settingsMenu->addAction( KStandardAction::preferences(this, SLOT( slotPreferences() ) , this ) ); // ------------------------------------------------------------- HELP -------------------------------------------------------------------------------------------------- |