diff options
Diffstat (limited to 'kppp/edit.h')
-rw-r--r-- | kppp/edit.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kppp/edit.h b/kppp/edit.h index 9697442e..da8c5b6f 100644 --- a/kppp/edit.h +++ b/kppp/edit.h @@ -49,7 +49,7 @@ class IPLineEdit; class DialWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: DialWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); ~DialWidget() {} @@ -92,7 +92,7 @@ private: ///////////////////////////////////////////////////////////////////////////// class ExecWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ExecWidget(TQWidget *parent=0, bool isnewaccount=true, const char *name=0); @@ -116,7 +116,7 @@ private: class IPWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: IPWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); ~IPWidget() {} @@ -147,7 +147,7 @@ private: class DNSWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: DNSWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); ~DNSWidget() {} @@ -180,7 +180,7 @@ private: class GatewayWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: GatewayWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); ~GatewayWidget() {} @@ -205,7 +205,7 @@ private: class ScriptWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ScriptWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); ~ScriptWidget() {} @@ -246,7 +246,7 @@ private: ///////////////////////////////////////////////////////////////////////////// class PhoneNumberDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PhoneNumberDialog(TQWidget *parent = 0); |