diff options
Diffstat (limited to 'kppp/edit.h')
-rw-r--r-- | kppp/edit.h | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/kppp/edit.h b/kppp/edit.h index b0412079..6b20df1a 100644 --- a/kppp/edit.h +++ b/kppp/edit.h @@ -49,8 +49,9 @@ class IPLineEdit; class DialWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - DialWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); + DialWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 ); ~DialWidget() {} public slots: @@ -91,8 +92,9 @@ private: ///////////////////////////////////////////////////////////////////////////// class ExecWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - ExecWidget(TQWidget *parent=0, bool isnewaccount=true, const char *name=0); + ExecWidget(TQWidget *tqparent=0, bool isnewaccount=true, const char *name=0); public slots: bool save(); @@ -114,8 +116,9 @@ private: class IPWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - IPWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); + IPWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 ); ~IPWidget() {} public slots: @@ -136,7 +139,7 @@ private: TQRadioButton *staticadd_rb; IPLineEdit *ipaddress_l; - IPLineEdit *subnetmask_l; + IPLineEdit *subnettqmask_l; TQCheckBox *autoname; }; @@ -144,8 +147,9 @@ private: class DNSWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - DNSWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); + DNSWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 ); ~DNSWidget() {} public slots: @@ -176,8 +180,9 @@ private: class GatewayWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - GatewayWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); + GatewayWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 ); ~GatewayWidget() {} public slots: @@ -200,8 +205,9 @@ private: class ScriptWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: - ScriptWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); + ScriptWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 ); ~ScriptWidget() {} public slots: @@ -240,8 +246,9 @@ private: ///////////////////////////////////////////////////////////////////////////// class PhoneNumberDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - PhoneNumberDialog(TQWidget *parent = 0); + PhoneNumberDialog(TQWidget *tqparent = 0); TQString phoneNumber(); |