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

List:       kde-commits
Subject:    kdenonbeta/kttt/src
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2004-06-04 16:26:07
Message-ID: 20040604162607.C3A6F12660 () office ! kde ! org
[Download RAW message or body]

CVS commit by aacid: 

Same functionality less code


  M +1 -6      kttt.cpp   1.16
  M +0 -1      kttt.h   1.8


--- kdenonbeta/kttt/src/kttt.cpp  #1.15:1.16
@@ -36,5 +36,5 @@ kttt::kttt() : KMainWindow(0, "kttt")
 
         KStdAction::configureNotifications(this, SLOT(configureNotifications()), actionCollection());
-        KStdAction::keyBindings(this, SLOT(configureKeys()), actionCollection());
+        KStdAction::keyBindings(guiFactory(), SLOT(configureShortcuts()), actionCollection());
         KStdAction::preferences(this, SLOT(configureSettings()), actionCollection());
 
@@ -110,9 +110,4 @@ void kttt::selection(bool select)
 }
 
-void kttt::configureKeys()
-{
-        KKeyDialog::configure(actionCollection(), this);
-}
-
 void kttt::configureNotifications()
 {

--- kdenonbeta/kttt/src/kttt.h  #1.7:1.8
@@ -33,5 +33,4 @@ Q_OBJECT
                 void selection(bool select);
 
-                void configureKeys();
                 void configureNotifications();
                 void configureSettings();


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

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