summaryrefslogtreecommitdiff
path: root/src/browsermainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-16 02:00:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-16 02:00:24 +0100
commit16432de65c59318d4b4c8cadb6d4a366d851d973 (patch)
tree061948a1ca762a12cf028449d5860961cd832610 /src/browsermainwindow.cpp
parentUpdated TODO (diff)
downloadrekonq-16432de65c59318d4b4c8cadb6d4a366d851d973.tar.xz
Some other steps on the road to the KDE browser..
Diffstat (limited to 'src/browsermainwindow.cpp')
-rw-r--r--src/browsermainwindow.cpp1
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 --------------------------------------------------------------------------------------------------