summarylogtreecommitdiffstats
path: root/khotkeys-qt4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys-qt4.patch')
-rw-r--r--khotkeys-qt4.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/khotkeys-qt4.patch b/khotkeys-qt4.patch
new file mode 100644
index 000000000000..2fac860a65b4
--- /dev/null
+++ b/khotkeys-qt4.patch
@@ -0,0 +1,22 @@
+--- kde-workspace-4.11.7/khotkeys/kcm_hotkeys/actions/dbus_action_widget.cpp~ 2014-03-05 18:41:23.126818552 +0000
++++ kde-workspace-4.11.7/khotkeys/kcm_hotkeys/actions/dbus_action_widget.cpp 2014-03-05 18:42:05.563172036 +0000
+@@ -117,7 +117,7 @@
+
+ void DbusActionWidget::launchDbusBrowser() const
+ {
+- if( KRun::runCommand( "qdbusviewer", window()) == 0 )
++ if( KRun::runCommand( "qdbusviewer-qt4", window()) == 0 )
+ {
+ KMessageBox::sorry( window(), i18n( "Failed to run qdbusviewer" ));
+ }
+--- kde-workspace-4.11.7/khotkeys/libkhotkeysprivate/actions/dbus_action.cpp~ 2014-03-05 18:41:29.120107842 +0000
++++ kde-workspace-4.11.7/khotkeys/libkhotkeysprivate/actions/dbus_action.cpp 2014-03-05 18:41:52.349936188 +0000
+@@ -133,7 +133,7 @@
+ }
+ kDebug() << "D-Bus call:" << _application << ":" << _object << ":" << _function << ":" << args_list;
+ KProcess proc;
+- proc << "qdbus" << _application << _object << _function << args_list;
++ proc << "qdbus-qt4" << _application << _object << _function << args_list;
+ proc.startDetached();
+ }
+