diff -r 69a4c16bd85b -r 46553c106c52 process.h --- a/process.h Mon Feb 19 12:01:52 2007 +0000 +++ b/process.h Mon Mar 22 15:37:23 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();