diff --git a/killer/killer.cpp b/killer/killer.cpp index e8b2172849..66182192c0 100644 --- a/killer/killer.cpp +++ b/killer/killer.cpp @@ -74,7 +74,7 @@ int main( int argc, char* argv[] ) "Do you wish to terminate this application? (All unsaved data in this application will be lost.)" , appname, caption, pid, QString( hostname ) ); app.updateUserTimestamp( timestamp ); - if( KMessageBox::warningYesNoWId( id, question, QString(), i18n("Terminate"), i18n("Keep Running") ) == KMessageBox::Yes ) + if( KMessageBox::warningYesNoWId( id, question, QString(), KGuiItem(i18n("Terminate")), KGuiItem(i18n("Keep Running")) ) == KMessageBox::Yes ) { if( hostname != "localhost" ) {