diff -r 7a96bd401351 -r 608f976aa7bb process.h --- a/process.h Sun Jan 30 12:58:47 2005 +0000 +++ b/process.h Tue Jun 06 14:58:11 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: