CVS commit by lunakl: Backport r1.373. M +1 -1 workspace.cpp 1.328.2.3 --- kdebase/kwin/workspace.cpp:1.328.2.2 Tue Apr 9 01:29:34 2002 @@ -3753,7 +3753,7 @@ QCString wmCommand = config->readEntry( QString("command")+n ).latin1(); QCString wmClientMachine = config->readEntry( QString("clientMachine")+n ).latin1(); if ( !wmCommand.isEmpty() && !wmClientMachine.isEmpty() ) { - KShellProcess proc; + KProcess proc; if ( wmClientMachine != "localhost" ) proc << "xon" << wmClientMachine; proc << QString::fromLatin1( wmCommand );