From 44f716e0f0aaf35869558a805e0fa7791996897a Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 10 Oct 2004 15:15:06 +0000 Subject: 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 --- (limited to 'noncore/apps/opie-console/fixit.h') 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 @@ -17,13 +17,9 @@ /* * The Zaurus rom */ -class FixIt : public QObject { - - Q_OBJECT - +class FixIt { public: FixIt(); - ~FixIt(); void fixIt(); /* no real interested in implementing it */ void breakIt(); -- cgit v0.9.0.2