diff options
Diffstat (limited to 'src/otrplugin.cpp')
-rw-r--r-- | src/otrplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index b929b4c..fc846fd 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -62,8 +62,8 @@ typedef KGenericFactory<OTRPlugin> OTRPluginFactory; static const KAboutData aboutdata("kopete_otr", I18N_NOOP("OTR") , "0.7" ); K_EXPORT_COMPONENT_FACTORY( kopete_otr, OTRPluginFactory( &aboutdata ) ) -OTRPlugin::OTRPlugin( TQObject *tqparent, const char *name, const TQStringList & /* args */ ) -: Kopete::Plugin( OTRPluginFactory::instance(), tqparent, name ) +OTRPlugin::OTRPlugin( TQObject *parent, const char *name, const TQStringList & /* args */ ) +: Kopete::Plugin( OTRPluginFactory::instance(), parent, name ) { if( !pluginStatic_ ) pluginStatic_=this; |