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

svn path=/branches/KDE/4.1/kdebase/workspace/; revision=878485
This commit is contained in:
André Wöbbeking 2008-11-01 12:00:07 +00:00
parent 647509e31d
commit a2ff31904f

View file

@ -1135,6 +1135,7 @@ void Workspace::saveDesktopSettings()
QStringList Workspace::configModules(bool controlCenter)
{
QStringList args;
args << "--icon" << "preferences-system-windows";
args << "kwindecoration";
if (controlCenter)
args << "kwinoptions";