diff options
Diffstat (limited to 'kontact/plugins/kitchensync/kitchensync_plugin.cpp')
-rw-r--r-- | kontact/plugins/kitchensync/kitchensync_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kitchensync/kitchensync_plugin.cpp b/kontact/plugins/kitchensync/kitchensync_plugin.cpp index 90ce22db5..677972d30 100644 --- a/kontact/plugins/kitchensync/kitchensync_plugin.cpp +++ b/kontact/plugins/kitchensync/kitchensync_plugin.cpp @@ -43,7 +43,7 @@ K_EXPORT_COMPONENT_FACTORY( libkontact_kitchensync, KitchenSyncPluginFactory( "kontact_kitchensync" ) ) KitchenSyncPlugin::KitchenSyncPlugin( Kontact::Core *core, const char *, const TQStringList& ) - : Kontact::Plugin( core, core, "KitchenSync" ) + : Kontact::Plugin( core, TQT_TQOBJECT(core), "KitchenSync" ) { setInstance( KitchenSyncPluginFactory::instance() ); } |