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 bb43619b..bf9f1924 100644 --- a/kppp/connect.h +++ b/kppp/connect.h @@ -45,7 +45,7 @@ class PPPStats; class ConnectWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ConnectWidget(TQWidget *parent, const char *name, PPPStats *st); ~ConnectWidget(); |