diff options
Diffstat (limited to 'kopete/protocols/sms/smscontact.h')
-rw-r--r-- | kopete/protocols/sms/smscontact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/sms/smscontact.h b/kopete/protocols/sms/smscontact.h index 1c77f25f..ae11e564 100644 --- a/kopete/protocols/sms/smscontact.h +++ b/kopete/protocols/sms/smscontact.h @@ -35,7 +35,7 @@ class SMSContact : public Kopete::Contact TQ_OBJECT public: SMSContact( Kopete::Account* _account, const TQString &phoneNumber, - const TQString &displayName, Kopete::MetaContact *tqparent ); + const TQString &displayName, Kopete::MetaContact *parent ); TQPtrList<KAction>* customContextMenuActions(); |