summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/fixit.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/fixit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/fixit.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/fixit.h b/noncore/apps/opie-console/fixit.h
index c9188cf..5328616 100644
--- a/noncore/apps/opie-console/fixit.h
+++ b/noncore/apps/opie-console/fixit.h
@@ -1,35 +1,31 @@
1#ifndef FIX_IT_H 1#ifndef FIX_IT_H
2#define FIX_IT_H 2#define FIX_IT_H
3 3
4#include <opie2/oprocess.h> 4#include <opie2/oprocess.h>
5#include <opie2/odebug.h> 5#include <opie2/odebug.h>
6 6
7#include <qpe/global.h> 7#include <qpe/global.h>
8#include <qpe/qpeapplication.h> 8#include <qpe/qpeapplication.h>
9 9
10#include <sys/types.h> 10#include <sys/types.h>
11 11
12#include <stdio.h> 12#include <stdio.h>
13#include <stdlib.h> 13#include <stdlib.h>
14#include <signal.h> 14#include <signal.h>
15 15
16 16
17/* 17/*
18 * The Zaurus rom 18 * The Zaurus rom
19 */ 19 */
20class FixIt : public QObject { 20class FixIt {
21
22 Q_OBJECT
23
24public: 21public:
25 FixIt(); 22 FixIt();
26 ~FixIt();
27 void fixIt(); 23 void fixIt();
28 /* no real interested in implementing it */ 24 /* no real interested in implementing it */
29 void breakIt(); 25 void breakIt();
30 char* m_file; 26 char* m_file;
31}; 27};
32 28
33 29
34#endif 30#endif
35 31