summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/weather/weather_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/weather/weather_plugin.cpp')
-rw-r--r--kontact/plugins/weather/weather_plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/weather/weather_plugin.cpp b/kontact/plugins/weather/weather_plugin.cpp
index a3ea74d1e..d42a24f61 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 *parentWidget )
+Kontact::Summary *WeatherPlugin::createSummaryWidget( TQWidget *tqparentWidget )
{
- return new SummaryWidget( parentWidget );
+ return new SummaryWidget( tqparentWidget );
}
const KAboutData *WeatherPlugin::aboutData()