[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/konqueror/keditbookmarks
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-05-23 2:09:50
Message-ID: 20040523020950.CA5599192 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

Remove custom key configure dialog


  M +2 -2      actionsimpl.cpp   1.69
  M +0 -5      toplevel.cpp   1.245
  M +0 -1      toplevel.h   1.96


--- kdebase/konqueror/keditbookmarks/actionsimpl.cpp  #1.68:1.69
@@ -82,6 +82,6 @@ void KEBApp::createActions() {
     (void) KStdAction::quit(
         this, SLOT( close() ), actionCollection());
-    (void) KStdAction::keyBindings(
-        this, SLOT( slotConfigureKeyBindings() ), actionCollection());
+    KStdAction::keyBindings(guiFactory(), SLOT(configureShortcuts()), 
+actionCollection());
     (void) KStdAction::configureToolbars(
         this, SLOT( slotConfigureToolbars() ), actionCollection());

--- kdebase/konqueror/keditbookmarks/toplevel.cpp  #1.244:1.245
@@ -45,5 +45,4 @@
 #include <dcopref.h>
 
-#include <kkeydialog.h>
 #include <kedittoolbar.h>
 #include <kmessagebox.h>
@@ -355,8 +354,4 @@ void KEBApp::notifyCommandExecuted() {
 /* -------------------------- */
 
-void KEBApp::slotConfigureKeyBindings() {
-    KKeyDialog::configure(actionCollection());
-}
-
 void KEBApp::slotConfigureToolbars() {
     saveMainWindowSettings(KGlobal::config(), "MainWindow");

--- kdebase/konqueror/keditbookmarks/toplevel.h  #1.95:1.96
@@ -140,5 +140,4 @@ public slots:
     void slotSplitView();
 
-    void slotConfigureKeyBindings();
     void slotConfigureToolbars();
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic