diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 09:07:44 +0900 |
commit | 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 (patch) | |
tree | 3fd44965373b367fadf8e6bd914c2ebd378a361e /kopete/protocols/meanwhile | |
parent | baad27f23ad7a29d77aa6b0ce277b2d06882d217 (diff) | |
download | tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.tar.gz tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/protocols/meanwhile')
6 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileaccount.h b/kopete/protocols/meanwhile/meanwhileaccount.h index 2e476d78..ba5eafc1 100644 --- a/kopete/protocols/meanwhile/meanwhileaccount.h +++ b/kopete/protocols/meanwhile/meanwhileaccount.h @@ -29,7 +29,7 @@ class MeanwhileSession; */ class MeanwhileAccount : public Kopete::PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h index e0eb6f82..be724b25 100644 --- a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h +++ b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h @@ -25,7 +25,7 @@ namespace Kopete { class MetaContact; } class MeanwhileAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: MeanwhileAddContactPage( TQWidget* parent = 0, diff --git a/kopete/protocols/meanwhile/meanwhilecontact.h b/kopete/protocols/meanwhile/meanwhilecontact.h index 6de9261e..c51ed121 100644 --- a/kopete/protocols/meanwhile/meanwhilecontact.h +++ b/kopete/protocols/meanwhile/meanwhilecontact.h @@ -30,7 +30,7 @@ namespace Kopete { class MetaContact; } class MeanwhileContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h index 577b8305..18840a8c 100644 --- a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h +++ b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h @@ -28,7 +28,7 @@ class MeanwhileEditAccountWidget : public MeanwhileEditAccountBase, public KopeteEditAccountWidget { -Q_OBJECT +TQ_OBJECT public: MeanwhileEditAccountWidget( TQWidget* parent, diff --git a/kopete/protocols/meanwhile/meanwhileprotocol.h b/kopete/protocols/meanwhile/meanwhileprotocol.h index 907b0482..8185fc88 100644 --- a/kopete/protocols/meanwhile/meanwhileprotocol.h +++ b/kopete/protocols/meanwhile/meanwhileprotocol.h @@ -37,7 +37,7 @@ class MeanwhileAddContactPage; class MeanwhileProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: MeanwhileProtocol(TQObject *parent, const char *name, diff --git a/kopete/protocols/meanwhile/meanwhilesession.h b/kopete/protocols/meanwhile/meanwhilesession.h index 314efe0b..81fb3c6b 100644 --- a/kopete/protocols/meanwhile/meanwhilesession.h +++ b/kopete/protocols/meanwhile/meanwhilesession.h @@ -35,7 +35,7 @@ struct MeanwhileClientID { */ class MeanwhileSession : public TQObject { - Q_OBJECT + TQ_OBJECT public: |