From kde-commits Thu Dec 05 17:39:16 2002 From: Lubos Lunak Date: Thu, 05 Dec 2002 17:39:16 +0000 To: kde-commits Subject: KDE_3_0_BRANCH: kdebase/kwin X-MARC-Message: https://marc.info/?l=kde-commits&m=103911000901271 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 );