diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:06:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 09:14:39 +0900 |
commit | 4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb (patch) | |
tree | 151f64ddb1d12c35d2dcbdfce7357b185de58f1a /kppp/edit.h | |
parent | 44fa2dc162c15a1ff3c7956912c295993b46efd7 (diff) | |
download | tdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.tar.gz tdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
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 6ab6329b..9e3f060e 100644 --- a/kppp/edit.h +++ b/kppp/edit.h @@ -48,7 +48,7 @@ class IPLineEdit; class DialWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DialWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); @@ -91,7 +91,7 @@ private: // ///////////////////////////////////////////////////////////////////////////// class ExecWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ExecWidget(TQWidget *parent=0, bool isnewaccount=true, const char *name=0); @@ -115,7 +115,7 @@ private: class IPWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: IPWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); @@ -146,7 +146,7 @@ private: class DNSWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DNSWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); @@ -179,7 +179,7 @@ private: class GatewayWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: GatewayWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); @@ -204,7 +204,7 @@ private: class ScriptWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ScriptWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 ); @@ -245,7 +245,7 @@ private: // ///////////////////////////////////////////////////////////////////////////// class PhoneNumberDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PhoneNumberDialog(TQWidget *parent = 0); |