diff -r 7a96bd401351 -r a62478df8d46 process.h --- a/process.h Sun Jan 30 12:58:47 2005 +0000 +++ b/process.h Wed Sep 06 12:47:06 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: