diff -r 7a96bd401351 -r 1f6263d403a0 process.h --- a/process.h Sun Jan 30 12:58:47 2005 +0000 +++ b/process.h Tue Sep 05 10:03:29 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: