diff options
Diffstat (limited to 'kppp/connect.h')
-rw-r--r-- | kppp/connect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/connect.h b/kppp/connect.h index 8f46ce8b..bb43619b 100644 --- a/kppp/connect.h +++ b/kppp/connect.h @@ -47,7 +47,7 @@ class ConnectWidget : public TQWidget { Q_OBJECT TQ_OBJECT public: - ConnectWidget(TQWidget *tqparent, const char *name, PPPStats *st); + ConnectWidget(TQWidget *parent, const char *name, PPPStats *st); ~ConnectWidget(); public: |