KMessageBox::sorry(0,"<qt>"+i18n("KHotKeys was unable to execute")+" '"+cmd+"'<p>"+i18n("Please verify existence of the service")+"</qt>",i18n("Unable to launch service!"));
KMessageBox::sorry(0,"<qt>"+i18n("KHotKeys was unable to execute")+" '"+cmd+"'<p>"+i18n("Please verify existence and permissions of the executable file")+"</qt>",i18n("Unable to launch program"));
}
}
break;
break;
}
}
default:// error
default:// error
KMessageBox::sorry(0,"<qt>"+i18n("KHotKeys was unable to execute")+" '"+cmd+"'<p>"+i18n("Please verify existence and permissions of the executable file")+"</qt>",i18n("Unable to launch program"));