From 4a9f1e5b0d965a8fee8bde02c9b053e3fcac95cd Mon Sep 17 00:00:00 2001 From: Will Entriken Date: Wed, 13 Sep 2006 15:05:55 +0000 Subject: [PATCH] construct KGuiItem(QString) explicitly svn path=/trunk/KDE/kdebase/workspace/; revision=583808 --- killer/killer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) {