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

List:       kde-commits
Subject:    kdesdk
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2003-09-07 13:05:50
[Download RAW message or body]

CVS commit by aacid: 

Remove deprecated calls to KKeyDialog::configureKeys and change them to non \
deprecated KKeyDialog::configure calls. The xml file is lost, but it was getting lost \
anyway because in kkeydialog.h we have int configureKeys( KActionCollection* coll, \
const QString& /*xmlfile*/, bool save_settings = true, QWidget* parent = 0 ) { return \
configure( coll, parent, save_settings ); }


  M +2 -2      kapptemplate/kapp/app.cpp   1.15
  M +19 -19    kbabel/catalogmanager/catalogmanager.cpp   1.100
  M +2 -2      kcachegrind/kcachegrind/toplevel.cpp   1.3


--- kdesdk/kapptemplate/kapp/app.cpp  #1.14:1.15
@@ -233,5 +233,5 @@ void ${APP_NAME}::filePrint()
 void ${APP_NAME}::optionsConfigureKeys()
 {
-    KKeyDialog::configureKeys(actionCollection(), "${APP_NAME_LC}ui.rc");
+    KKeyDialog::configure(actionCollection());
 }
 

--- kdesdk/kbabel/catalogmanager/catalogmanager.cpp  #1.99:1.100
@@ -1109,5 +1109,5 @@ void CatalogManager::optionsPreferences(
 void CatalogManager::optionsKeys()
 {
-    KKeyDialog::configureKeys(actionCollection(), xmlFile());
+    KKeyDialog::configure(actionCollection());
 }
 

--- kdesdk/kcachegrind/kcachegrind/toplevel.cpp  #1.2:1.3
@@ -856,5 +856,5 @@ void TopLevel::querySlot()
 void TopLevel::configureKeys()
 {
-  KKeyDialog::configureKeys(actionCollection(), xmlFile(), true, this);
+  KKeyDialog::configure(actionCollection(), this, true);
 }
 


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

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