diff options
Diffstat (limited to 'kopete/protocols/gadu/gaduaway.h')
-rw-r--r-- | kopete/protocols/gadu/gaduaway.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/gadu/gaduaway.h b/kopete/protocols/gadu/gaduaway.h index 0cf8eef7..6b1e0483 100644 --- a/kopete/protocols/gadu/gaduaway.h +++ b/kopete/protocols/gadu/gaduaway.h @@ -35,7 +35,7 @@ class GaduAway : public KDialogBase TQ_OBJECT public: - GaduAway( GaduAccount*, TQWidget* tqparent = 0, const char* name = 0 ); + GaduAway( GaduAccount*, TQWidget* parent = 0, const char* name = 0 ); int status() const; TQString awayText() const; |