From 6a0c7144b63279dde904ad1e01082d5193fcef5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 5 Dec 2002 17:22:46 +0000 Subject: [PATCH] KProcess::setUseShell() doesn't make sense here. svn path=/trunk/kdebase/kwin/; revision=192246 --- workspace.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index a166fa49e8..80153db9be 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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 );