summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/fixit.h
authorzecke <zecke>2004-10-10 15:15:06 (UTC)
committer zecke <zecke>2004-10-10 15:15:06 (UTC)
commit44f716e0f0aaf35869558a805e0fa7791996897a (patch) (side-by-side diff)
treeb050c5bb0ebb1739e1d28d8d7ba365005de831bf /noncore/apps/opie-console/fixit.h
parentfc76111d51817116376eeb417bd83fbf4e0b77f1 (diff)
downloadopie-44f716e0f0aaf35869558a805e0fa7791996897a.zip
opie-44f716e0f0aaf35869558a805e0fa7791996897a.tar.gz
opie-44f716e0f0aaf35869558a805e0fa7791996897a.tar.bz2
FixIt doesn't have any signals and slots so don't make it a QObject
this fixes linking of it. Logger: Add new lines to fix compiler warnings
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