diff options
Diffstat (limited to 'kopete/protocols/sms/smsaccount.cpp')
-rw-r--r-- | kopete/protocols/sms/smsaccount.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/sms/smsaccount.cpp b/kopete/protocols/sms/smsaccount.cpp index fcafc9fb..fc12437c 100644 --- a/kopete/protocols/sms/smsaccount.cpp +++ b/kopete/protocols/sms/smsaccount.cpp @@ -34,8 +34,8 @@ #include "smsprotocol.h" #include "smscontact.h" -SMSAccount::SMSAccount( SMSProtocol *tqparent, const TQString &accountID, const char *name ) - : Kopete::Account( tqparent, accountID, name ) +SMSAccount::SMSAccount( SMSProtocol *parent, const TQString &accountID, const char *name ) + : Kopete::Account( parent, accountID, name ) { setMyself( new SMSContact(this, accountID, accountID, Kopete::ContactList::self()->myself()) ); loadConfig(); |