forwardport of rev. 878485,878776:

also an icon for the configure dialog (and its windows) is nice

svn path=/trunk/KDE/kdebase/workspace/; revision=878778
This commit is contained in:
André Wöbbeking 2008-11-01 19:23:41 +00:00
parent 6aad669e71
commit 017171023e

View file

@ -1165,7 +1165,10 @@ QStringList Workspace::configModules(bool controlCenter)
void Workspace::configureWM()
{
KToolInvocation::kdeinitExec( "kcmshell4", configModules(false) );
QStringList args;
args << "--icon" << "preferences-system-windows"
<< configModules(false) ;
KToolInvocation::kdeinitExec( "kcmshell4", args );
}
/*!