summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/fixit.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/fixit.h') (more/less context) (show 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
@@ -8,28 +8,24 @@
#include <qpe/qpeapplication.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
/*
* The Zaurus rom
*/
-class FixIt : public QObject {
-
- Q_OBJECT
-
+class FixIt {
public:
FixIt();
- ~FixIt();
void fixIt();
/* no real interested in implementing it */
void breakIt();
char* m_file;
};
#endif