diff -r 36eb4b8f409e -r 1ad892c1a709 process.h --- a/process.h Thu Feb 25 11:03:52 2010 +0000 +++ b/process.h Tue Mar 02 13:59:19 2010 +0000 @@ -4,9 +4,6 @@ #include #include - -using namespace std; - class Process:public QProcess { Q_OBJECT @@ -14,9 +11,9 @@ Process (); ~Process (); void clear(); + void runScript( QString spath, QString fpath ); QString getErrout(); QString getStdout(); - public slots: virtual void readProcErrout();