diff options
Diffstat (limited to 'kopete/protocols/gadu/gadudcc.h')
-rw-r--r-- | kopete/protocols/gadu/gadudcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/gadu/gadudcc.h b/kopete/protocols/gadu/gadudcc.h index 52f07750..465de8d4 100644 --- a/kopete/protocols/gadu/gadudcc.h +++ b/kopete/protocols/gadu/gadudcc.h @@ -37,7 +37,7 @@ class GaduDCC: public TQObject { Q_OBJECT TQ_OBJECT public: - GaduDCC( TQObject* tqparent, const char* name = NULL ); + GaduDCC( TQObject* parent, const char* name = NULL ); ~GaduDCC(); bool unregisterAccount(); bool registerAccount( GaduAccount* ); |