diff options
Diffstat (limited to 'kontact/plugins/weather/weather_plugin.cpp')
-rw-r--r-- | kontact/plugins/weather/weather_plugin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kontact/plugins/weather/weather_plugin.cpp b/kontact/plugins/weather/weather_plugin.cpp index a1decfbb2..93a97bfc9 100644 --- a/kontact/plugins/weather/weather_plugin.cpp +++ b/kontact/plugins/weather/weather_plugin.cpp @@ -37,6 +37,10 @@ WeatherPlugin::WeatherPlugin( Kontact::Core *core, const char *name, const TQStr setInstance( WeatherPluginFactory::instance() ); } +WeatherPlugin::~WeatherPlugin() +{ +} + Kontact::Summary *WeatherPlugin::createSummaryWidget( TQWidget *parentWidget ) { return new SummaryWidget( parentWidget ); |