process.h
changeset 366 e95081c21da2
parent 2 608f976aa7bb
child 408 c2a05fa925a1
     1.1 --- a/process.h	Tue Sep 05 09:47:13 2006 +0000
     1.2 +++ b/process.h	Tue Sep 05 09:47:14 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: