diff options
Diffstat (limited to 'kopete/protocols/gadu/gaduprotocol.h')
-rw-r--r-- | kopete/protocols/gadu/gaduprotocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/gadu/gaduprotocol.h b/kopete/protocols/gadu/gaduprotocol.h index 99076f9d..5abae065 100644 --- a/kopete/protocols/gadu/gaduprotocol.h +++ b/kopete/protocols/gadu/gaduprotocol.h @@ -53,16 +53,16 @@ class GaduProtocol : public Kopete::Protocol TQ_OBJECT public: - GaduProtocol( TQObject* tqparent, const char* name, const TQStringList& str); + GaduProtocol( TQObject* parent, const char* name, const TQStringList& str); ~GaduProtocol(); static GaduProtocol *protocol(); // Plugin reimplementation // { - AddContactPage* createAddContactWidget( TQWidget* tqparent, Kopete::Account* account ); + AddContactPage* createAddContactWidget( TQWidget* parent, Kopete::Account* account ); Kopete::Account* createNewAccount( const TQString& accountId ); - KopeteEditAccountWidget *createEditAccountWidget( Kopete::Account* account, TQWidget* tqparent ); + KopeteEditAccountWidget *createEditAccountWidget( Kopete::Account* account, TQWidget* parent ); bool canSendOffline() const { return true; } virtual Kopete::Contact *deserializeContact( Kopete::MetaContact* metaContact, |