diff options
Diffstat (limited to 'kaddressbook/editors/imaddresswidget.h')
-rw-r--r-- | kaddressbook/editors/imaddresswidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/editors/imaddresswidget.h b/kaddressbook/editors/imaddresswidget.h index 3cec21cfd..5ac2a1960 100644 --- a/kaddressbook/editors/imaddresswidget.h +++ b/kaddressbook/editors/imaddresswidget.h @@ -45,8 +45,8 @@ class IMAddressWidget : public IMAddressBase TQ_OBJECT public: - IMAddressWidget( TQWidget *tqparent, TQValueList<KPluginInfo *> protocols); - IMAddressWidget( TQWidget *tqparent, TQValueList<KPluginInfo *> protocols, + IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols); + IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols, KPluginInfo *protocol, const TQString& address, const IMContext& context = Any ); |