parent
6a1e0a3b21
commit
31913c0a3e
@ -0,0 +1,15 @@
|
|||||||
|
diff -up khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp.qdbusviewer-qt5 khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp
|
||||||
|
--- khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp.qdbusviewer-qt5 2015-10-01 04:41:32.000000000 -0500
|
||||||
|
+++ khotkeys-5.4.2/kcm_hotkeys/actions/dbus_action_widget.cpp 2015-10-19 10:42:54.251917280 -0500
|
||||||
|
@@ -117,9 +117,9 @@ bool DbusActionWidget::isChanged() const
|
||||||
|
|
||||||
|
void DbusActionWidget::launchDbusBrowser() const
|
||||||
|
{
|
||||||
|
- if( KRun::runCommand( "qdbusviewer", window()) == 0 )
|
||||||
|
+ if( KRun::runCommand( "qdbusviewer-qt5", window()) == 0 )
|
||||||
|
{
|
||||||
|
- KMessageBox::sorry( window(), i18n( "Failed to run qdbusviewer" ));
|
||||||
|
+ KMessageBox::sorry( window(), i18n( "Failed to run qdbusviewer-qt5" ));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in new issue