diff -r 608f976aa7bb -r c2a05fa925a1 process.h --- a/process.h Tue Jun 06 14:58:11 2006 +0000 +++ b/process.h Fri Dec 08 20:18:56 2006 +0000 @@ -1,13 +1,13 @@ #ifndef PROCESS_H #define PROCESS_H -#include -#include +#include +#include using namespace std; -class Process:public Q3Process +class Process:public QProcess { Q_OBJECT public: