00001 #include "kprocess.h" 00002 00003 void KProcess::clearArguments() 00004 { 00005 } 00006 00007 KProcess & KProcess::operator<<( const QString & ) 00008 { 00009 return *this; 00010 } 00011 00012 bool KProcess::start() 00013 { 00014 return false; 00015 }
1.4.2