changeset 417 | 1cc7bbf75f0b |
parent 2 | 608f976aa7bb |
child 429 | 69a4c16bd85b |
1.1 --- a/process.h Tue Jun 06 14:58:11 2006 +0000 1.2 +++ b/process.h Fri Jan 05 11:17:32 2007 +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: