diff options
Diffstat (limited to 'kppp/accounts.h')
-rw-r--r-- | kppp/accounts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/accounts.h b/kppp/accounts.h index 61ba901d..6f8c1a28 100644 --- a/kppp/accounts.h +++ b/kppp/accounts.h @@ -46,7 +46,7 @@ class AccountWidget : public TQWidget { Q_OBJECT TQ_OBJECT public: - AccountWidget( TQWidget *tqparent=0, const char *name=0 ); + AccountWidget( TQWidget *parent=0, const char *name=0 ); ~AccountWidget() {} private slots: @@ -96,7 +96,7 @@ class QueryReset : public TQDialog { Q_OBJECT TQ_OBJECT public: - QueryReset(TQWidget *tqparent); + QueryReset(TQWidget *parent); enum {COSTS=1, VOLUME=2}; |