-rw-r--r-- | libopie/todayplugininterface.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libopie/todayplugininterface.h b/libopie/todayplugininterface.h index b37a3ab..5bf5564 100644 --- a/libopie/todayplugininterface.h +++ b/libopie/todayplugininterface.h @@ -8,27 +8,25 @@ class QString; class QWidget; #ifndef IID_TodayPluginInterface #define IID_TodayPluginInterface QUuid( 0x70481804, 0x2b50, 0x4fba, 0x80, 0xbb, 0x0b, 0xf8, 0xdc, 0x72, 0x04, 0x14) #endif /** * * * */ -class TodayPluginObject { - - Q_OBJECT +class TodayPluginObject { public: virtual ~TodayPluginObject() {}; /** * The name if the plugin */ virtual QString pluginName() const = 0; /** * Version numbering |