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