Use kwin icon in the killer helper window.

BUG: 210172

svn path=/trunk/KDE/kdebase/workspace/; revision=1072707
This commit is contained in:
Martin Gräßlin 2010-01-10 19:32:57 +00:00
parent c3476f0345
commit e32fd9e0cd

View file

@ -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;