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

List:       kde-commits
Subject:    kdebase/kmenuedit
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-05-23 1:45:51
Message-ID: 20040523014551.D96E99325 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

remove custom key configure dialgo


  M +2 -7      kmenuedit.cpp   1.62
  M +0 -1      kmenuedit.h   1.19


--- kdebase/kmenuedit/kmenuedit.cpp  #1.61:1.62
@@ -26,5 +26,4 @@
 #include <kdebug.h>
 #include <kglobal.h>
-#include <kkeydialog.h>
 #include <klocale.h>
 #include <kmessagebox.h>
@@ -85,10 +84,6 @@ void KMenuEdit::setupActions()
     KStdAction::copy(0, 0, actionCollection());
     KStdAction::paste(0, 0, actionCollection());
-    KStdAction::keyBindings( this, SLOT( slotConfigureKeys() ), actionCollection() );
-}
-
-void KMenuEdit::slotConfigureKeys()
-{
-  KKeyDialog::configure( actionCollection(), this );
+    KStdAction::keyBindings(guiFactory(), SLOT(configureShortcuts()), 
+actionCollection());
 }
 

--- kdebase/kmenuedit/kmenuedit.h  #1.18:1.19
@@ -45,5 +45,4 @@ protected slots:
     void slotSave();
     void slotChangeView();
-    void slotConfigureKeys();
 protected:
     TreeView           *m_tree;


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

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