Use kwin icon in the killer helper window.
BUG: 210172 svn path=/trunk/KDE/kdebase/workspace/; revision=1072707
This commit is contained in:
parent
c3476f0345
commit
e32fd9e0cd
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ int main( int argc, char* argv[] )
|
|||
options.add("timestamp <time>", ki18n("Time of user action causing termination"));
|
||||
KCmdLineArgs::addCmdLineOptions( options );
|
||||
KApplication app;
|
||||
KApplication::setWindowIcon( KIcon( "kwin" ) );
|
||||
KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
|
||||
QString hostname = args->getOption( "hostname" );
|
||||
bool pid_ok = false;
|
||||
|
|
Loading…
Reference in a new issue