ran Laurent's (fixed) script

svn path=/trunk/KDE/kdebase/workspace/; revision=472986
icc-effect-5.14.5
Stephan Kulow 2005-10-22 10:44:47 +00:00
parent c6736e00c9
commit 6849ffff33
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ License. See the file "COPYING" for the exact licensing terms.
#include <ktempfile.h>
#include <ksimpleconfig.h>
#include <qfile.h>
#include <ktoolinvocation.h>
#ifndef KCMRULES
#include "client.h"
@ -947,7 +948,7 @@ void Workspace::editWindowRules( Client* c, bool whole_app )
args << "--wid" << QString::number( c->window());
if( whole_app )
args << "--whole-app";
KApplication::kdeinitExec( "kwin_rules_dialog", args );
KToolInvocation::kdeinitExec( "kwin_rules_dialog", args );
}
void Workspace::loadWindowRules()