process.h
changeset 408 c2a05fa925a1
parent 2 608f976aa7bb
child 429 69a4c16bd85b
     1.1 --- a/process.h	Thu Nov 23 16:18:26 2006 +0000
     1.2 +++ b/process.h	Fri Dec 08 20:18:56 2006 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  #ifndef PROCESS_H
     1.5  #define PROCESS_H
     1.6  
     1.7 -#include <q3process.h>
     1.8 -#include <qstring.h>
     1.9 +#include <QProcess>
    1.10 +#include <QString>
    1.11  
    1.12  
    1.13  using namespace std;
    1.14  
    1.15 -class Process:public Q3Process
    1.16 +class Process:public QProcess
    1.17  {
    1.18  	Q_OBJECT
    1.19  public: