From 52cb814d32f6efc04dd95c6736a004f1145113eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 22 Oct 2003 08:18:04 +0000 Subject: [PATCH] Make the killer dialog transient for the nonresponding window. svn path=/trunk/kdebase/kwin/; revision=260985 --- killer/killer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killer/killer.cpp b/killer/killer.cpp index 19dbfe2dbb..99e4d64121 100644 --- a/killer/killer.cpp +++ b/killer/killer.cpp @@ -73,7 +73,7 @@ int main( int argc, char* argv[] ) "Do you wish to terminate this application? (All unsaved data in this application will be lost.)" ) .arg( appname ).arg( caption ).arg( pid ).arg( hostname ); app.updateUserTimestamp( timestamp ); - if( KMessageBox::warningYesNo( NULL, question, "" ) == KMessageBox::Yes ) + if( KMessageBox::warningYesNoWId( id, question, "" ) == KMessageBox::Yes ) { if( hostname != "localhost" ) {