diff -r 1cc73bd7ee1f -r e95081c21da2 process.h --- a/process.h Tue Sep 05 09:47:13 2006 +0000 +++ b/process.h Tue Sep 05 09:47:14 2006 +0000 @@ -1,13 +1,13 @@ #ifndef PROCESS_H #define PROCESS_H -#include +#include #include using namespace std; -class Process:public QProcess +class Process:public Q3Process { Q_OBJECT public: