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

List:       kde-commits
Subject:    kdeutils/kdf
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-05-22 23:54:54
Message-ID: 20040522235454.4BE0A9071 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

removal of custom key configure dialog


  M +3 -9      kdf.cpp   1.30
  M +0 -1      kdf.h   1.11


--- kdeutils/kdf/kdf.cpp  #1.29:1.30
@@ -28,5 +28,4 @@
 #include <kstdaction.h>
 #include <kaction.h>
-#include <kkeydialog.h>
 
 #include "kdf.h"
@@ -49,5 +48,6 @@ KDFTopLevel::KDFTopLevel(QWidget *, cons
   KStdAction::quit(this, SLOT(close()), actionCollection());
   KStdAction::preferences(kdf, SLOT(settingsBtnClicked()), actionCollection());
-  KStdAction::keyBindings( this, SLOT( slotConfigureKeys() ), actionCollection() );
+  KStdAction::keyBindings(guiFactory(), SLOT(configureShortcuts()), 
+actionCollection());
   setCentralWidget(kdf);
   //  kdf->setMinimumSize(kdf->sizeHint());
@@ -64,10 +64,4 @@ bool KDFTopLevel::queryExit( void )
 
 
-void KDFTopLevel::slotConfigureKeys()
-{
-  KKeyDialog::configure( actionCollection(), this );
-}
-
-
 /***************************************************************/
 int main(int argc, char **argv)

--- kdeutils/kdf/kdf.h  #1.10:1.11
@@ -39,5 +39,4 @@ class KDFTopLevel : public KMainWindow
   protected slots:
     virtual bool queryExit( void );
-    void slotConfigureKeys();
   protected:
     KDFWidget* kdf;


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

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