diff options
Diffstat (limited to 'kontact/plugins/newsticker/newsticker_plugin.cpp')
-rw-r--r-- | kontact/plugins/newsticker/newsticker_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/newsticker/newsticker_plugin.cpp b/kontact/plugins/newsticker/newsticker_plugin.cpp index 24f30a851..4b187ea47 100644 --- a/kontact/plugins/newsticker/newsticker_plugin.cpp +++ b/kontact/plugins/newsticker/newsticker_plugin.cpp @@ -32,7 +32,7 @@ K_EXPORT_COMPONENT_FACTORY( libkontact_newstickerplugin, NewsTickerPluginFactory( "kontact_newstickerplugin" ) ) NewsTickerPlugin::NewsTickerPlugin( Kontact::Core *core, const char *name, const TQStringList& ) - : Kontact::Plugin( core, core, name ) + : Kontact::Plugin( core, TQT_TQOBJECT(core), name ) { setInstance( NewsTickerPluginFactory::instance() ); } |