diff -r 69a4c16bd85b -r 988f1908a7c4 process.h --- a/process.h Mon Feb 19 12:01:52 2007 +0000 +++ b/process.h Fri Jul 23 16:43:49 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();