summarylogtreecommitdiffstats
path: root/kscd.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kscd.cpp.patch')
-rw-r--r--kscd.cpp.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/kscd.cpp.patch b/kscd.cpp.patch
new file mode 100644
index 000000000000..656a9451ee8f
--- /dev/null
+++ b/kscd.cpp.patch
@@ -0,0 +1,22 @@
+diff --git a/kscd.cpp b/kscd.cpp
+index d8996f1..1827a5c 100644
+--- a/kscd.cpp
++++ b/kscd.cpp
+@@ -337,7 +337,7 @@ void KSCD::changeVolume(qreal value)
+
+ void KSCD::configureShortcuts()
+ {
+- KShortcutsDialog::configure(m_actions, KShortcutsEditor::LetterShortcutsAllowed, this, true);
++ KShortcutsDialog::showDialog(m_actions, KShortcutsEditor::LetterShortcutsAllowed, this);
+ }
+
+ void KSCD::ejectShortcut()
+@@ -761,7 +761,7 @@ void KSCD::writeSettings()
+
+ void KSCD::configureKeys()
+ {
+- KShortcutsDialog::configure(m_actions, KShortcutsEditor::LetterShortcutsAllowed, this, true);
++ KShortcutsDialog::showDialog(m_actions, KShortcutsEditor::LetterShortcutsAllowed, this);
+ }
+
+ /**