diff -r 69a4c16bd85b -r bfacef6f29c1 process.h --- a/process.h Mon Feb 19 12:01:52 2007 +0000 +++ b/process.h Tue Mar 09 13:09:05 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();