diff options
Diffstat (limited to 'kppp/pppdargs.h')
-rw-r--r-- | kppp/pppdargs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kppp/pppdargs.h b/kppp/pppdargs.h index e93f0086..300e3f99 100644 --- a/kppp/pppdargs.h +++ b/kppp/pppdargs.h @@ -39,8 +39,9 @@ class KPushButton; class PPPdArguments : public TQDialog { Q_OBJECT + TQ_OBJECT public: - PPPdArguments(TQWidget *parent=0, const char *name=0); + PPPdArguments(TQWidget *tqparent=0, const char *name=0); ~PPPdArguments() {} private slots: |