diff options
Diffstat (limited to 'kontact/plugins/newsticker/newsticker_plugin.cpp')
-rw-r--r-- | kontact/plugins/newsticker/newsticker_plugin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kontact/plugins/newsticker/newsticker_plugin.cpp b/kontact/plugins/newsticker/newsticker_plugin.cpp index b00cc0ac3..04d46883f 100644 --- a/kontact/plugins/newsticker/newsticker_plugin.cpp +++ b/kontact/plugins/newsticker/newsticker_plugin.cpp @@ -37,6 +37,10 @@ NewsTickerPlugin::NewsTickerPlugin( Kontact::Core *core, const char *name, const setInstance( NewsTickerPluginFactory::instance() ); } +NewsTickerPlugin::~NewsTickerPlugin() +{ +} + Kontact::Summary *NewsTickerPlugin::createSummaryWidget( TQWidget* parentWidget ) { return new SummaryWidget( parentWidget ); |