KProcess::setUseShell() doesn't make sense here.

svn path=/trunk/kdebase/kwin/; revision=192246
icc-effect-5.14.5
Luboš Luňák 2002-12-05 17:22:46 +00:00
parent c930e4be78
commit 6a0c7144b6
1 changed files with 0 additions and 1 deletions

View File

@ -3655,7 +3655,6 @@ void Workspace::restoreLegacySession( KConfig* config )
QCString wmClientMachine = config->readEntry( QString("clientMachine")+n ).latin1();
if ( !wmCommand.isEmpty() && !wmClientMachine.isEmpty() ) {
KProcess proc;
proc.setUseShell(true);
if ( wmClientMachine != "localhost" )
proc << "xon" << wmClientMachine;
proc << QString::fromLatin1( wmCommand );