diff options
Diffstat (limited to 'kontact/plugins/weather/weather_plugin.cpp')
-rw-r--r-- | kontact/plugins/weather/weather_plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/weather/weather_plugin.cpp b/kontact/plugins/weather/weather_plugin.cpp index 9d9f5dfde..564465bed 100644 --- a/kontact/plugins/weather/weather_plugin.cpp +++ b/kontact/plugins/weather/weather_plugin.cpp @@ -37,9 +37,9 @@ WeatherPlugin::WeatherPlugin( Kontact::Core *core, const char *name, const TQStr setInstance( WeatherPluginFactory::instance() ); } -Kontact::Summary *WeatherPlugin::createSummaryWidget( TQWidget *tqparentWidget ) +Kontact::Summary *WeatherPlugin::createSummaryWidget( TQWidget *parentWidget ) { - return new SummaryWidget( tqparentWidget ); + return new SummaryWidget( parentWidget ); } const KAboutData *WeatherPlugin::aboutData() |