diff options
Diffstat (limited to 'kopete/protocols/oscar/icq/icqaccount.h')
-rw-r--r-- | kopete/protocols/oscar/icq/icqaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/icq/icqaccount.h b/kopete/protocols/oscar/icq/icqaccount.h index e6a86819..a5335dbc 100644 --- a/kopete/protocols/oscar/icq/icqaccount.h +++ b/kopete/protocols/oscar/icq/icqaccount.h @@ -51,7 +51,7 @@ Q_OBJECT TQ_OBJECT public: - ICQAccount( Kopete::Protocol *tqparent, TQString accountID, const char *name = 0L ); + ICQAccount( Kopete::Protocol *parent, TQString accountID, const char *name = 0L ); virtual ~ICQAccount(); ICQProtocol *protocol(); |