fix the disappearence of kwinoptions and provide the other (new)

control modules in the Configure... menu

svn path=/trunk/kdebase/kwin/; revision=166110
This commit is contained in:
Oliver Bausinger 2002-07-11 20:54:54 +00:00
parent 8fbc260a27
commit 8824060f12

View file

@ -3978,7 +3978,7 @@ void Workspace::focusEnsurance()
void Workspace::configureWM()
{
QStringList args;
args << "kwinoptions" << "kwindecoration";
args << "kwindecoration" << "kwinactions" << "kwinfocus" << "kwinmoving" << "kwinadvanced";
KApplication::kdeinitExec( "kcmshell", args );
}