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

List:       kde-commits
Subject:    kdebase/kcontrol/keys
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2004-05-25 11:35:49
Message-ID: 20040525113549.311F1126CE () office ! kde ! org
[Download RAW message or body]

CVS commit by coles: 



Eliminated deprecation warnings.


  M +3 -3      commandShortcuts.cpp   1.6


--- kdebase/kcontrol/keys/commandShortcuts.cpp  #1.5:1.6
@@ -157,5 +157,5 @@ void CommandShortcutsModule::shortcutRad
     if (remove)
     {
-        m_shortcutButton->setShortcut(QString::null);
+        m_shortcutButton->setShortcut(QString::null, false);
         item->setAccel(QString::null);
         if (m_changedItems.findRef(item) == -1)
@@ -184,5 +184,5 @@ void CommandShortcutsModule::shortcutCha
     m_noneRadio->setChecked(!hasAccel);
     m_customRadio->setChecked(hasAccel);
-    m_shortcutButton->setShortcut(accel);
+    m_shortcutButton->setShortcut(accel, false);
     item->setAccel(accel);
     m_noneRadio->blockSignals(false);
@@ -223,5 +223,5 @@ void CommandShortcutsModule::commandSele
         m_noneRadio->setChecked(!hasAccel);
         m_customRadio->setChecked(hasAccel);
-        m_shortcutButton->setShortcut(accel);
+        m_shortcutButton->setShortcut(accel, false);
     }
     m_noneRadio->blockSignals(false);


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

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