branch | qt4-port |
changeset 8 | 21379539d952 |
parent 0 | 7a96bd401351 |
child 408 | c2a05fa925a1 |
1.1 --- a/process.h Sun Jan 30 12:58:47 2005 +0000 1.2 +++ b/process.h Wed Jul 05 10:29:54 2006 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 #ifndef PROCESS_H 1.5 #define PROCESS_H 1.6 1.7 -#include <qprocess.h> 1.8 +#include <q3process.h> 1.9 #include <qstring.h> 1.10 1.11 1.12 using namespace std; 1.13 1.14 -class Process:public QProcess 1.15 +class Process:public Q3Process 1.16 { 1.17 Q_OBJECT 1.18 public: