|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
#include <tqstring.h>
|
|
|
|
|
#include <tqstringlist.h>
|
|
|
|
|
#include <tqmap.h>
|
|
|
|
|
#include <kprocess.h>
|
|
|
|
|
#include <tdeprocess.h>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*@author Shie Erlich & Rafi Yanai
|
|
|
|
@ -53,7 +53,7 @@ private:
|
|
|
|
|
|
|
|
|
|
// TODO: make KrServices a namespace and move it there
|
|
|
|
|
|
|
|
|
|
// wraps over kprocess, but buffers stdout and stderr and allows easy access to them later
|
|
|
|
|
// wraps over tdeprocess, but buffers stdout and stderr and allows easy access to them later
|
|
|
|
|
// note, that you still have to enable stdout,stderr in KEasyProcess::start() for buffering
|
|
|
|
|
// to happen (ie: start(KEasyProcess::Block, KEasyProcess::AllOutput);)
|
|
|
|
|
class KEasyProcess: public TDEProcess {
|
|
|
|
|