i18n("The watchgnupg logging process died.\nDo you want to try to restart it?"),
QString(),
KGuiItem(i18n("Try Restart")),
KGuiItem(i18n("Do Not Try")))
==KMessageBox::ButtonCode::PrimaryAction){
#else
if(KMessageBox::questionYesNo(this,i18n("The watchgnupg logging process died.\nDo you want to try to restart it?"),QString(),KGuiItem(i18n("Try Restart")),KGuiItem(i18n("Do Not Try")))==KMessageBox::Yes){
#endif
mCentralWidget->append(i18n("====== Restarting logging process ====="));