diff options
Diffstat (limited to 'kontact/plugins/newsticker/newsticker_plugin.h')
-rw-r--r-- | kontact/plugins/newsticker/newsticker_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kontact/plugins/newsticker/newsticker_plugin.h b/kontact/plugins/newsticker/newsticker_plugin.h index b3c0b651d..ebaf34b45 100644 --- a/kontact/plugins/newsticker/newsticker_plugin.h +++ b/kontact/plugins/newsticker/newsticker_plugin.h @@ -30,6 +30,7 @@ class NewsTickerPlugin : public Kontact::Plugin public: NewsTickerPlugin( Kontact::Core *core, const char *name, const TQStringList& ); NewsTickerPlugin(); + virtual ~NewsTickerPlugin(); virtual Kontact::Summary *createSummaryWidget( TQWidget* parentWidget ); |