00001 #ifndef FIX_IT_H 00002 #define FIX_IT_H 00003 00004 #include <opie2/oprocess.h> 00005 #include <opie2/odebug.h> 00006 00007 #include <qpe/global.h> 00008 #include <qpe/qpeapplication.h> 00009 00010 #include <sys/types.h> 00011 00012 #include <stdio.h> 00013 #include <stdlib.h> 00014 #include <signal.h> 00015 00016 00017 /* 00018 * The Zaurus rom 00019 */ 00020 class FixIt { 00021 public: 00022 FixIt(); 00023 void fixIt(); 00024 /* no real interested in implementing it */ 00025 void breakIt(); 00026 char* m_file; 00027 }; 00028 00029 00030 #endif 00031
1.4.2