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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/weather/weather_plugin.cpp b/kontact/plugins/weather/weather_plugin.cpp
index d42a24f6..9d9f5dfd 100644
--- a/kontact/plugins/weather/weather_plugin.cpp
+++ b/kontact/plugins/weather/weather_plugin.cpp
@@ -32,7 +32,7 @@ K_EXPORT_COMPONENT_FACTORY( libkontact_weatherplugin,
WeatherPluginFactory( "kontact_weatherplugin" ) )
WeatherPlugin::WeatherPlugin( Kontact::Core *core, const char *name, const TQStringList& )
- : Kontact::Plugin( core, core, name ), mAboutData( 0 )
+ : Kontact::Plugin( core, TQT_TQOBJECT(core), name ), mAboutData( 0 )
{
setInstance( WeatherPluginFactory::instance() );
}