diff -r 7a96bd401351 -r b091563e28e6 process.h --- a/process.h Sun Jan 30 12:58:47 2005 +0000 +++ b/process.h Tue Sep 05 09:30:16 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: