You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
784 B
16 lines
784 B
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" ));
|
|
}
|
|
}
|
|
|