From 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:55 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kopete/protocols/meanwhile/meanwhileaccount.h | 2 +- kopete/protocols/meanwhile/meanwhileaddcontactpage.h | 2 +- kopete/protocols/meanwhile/meanwhilecontact.h | 2 +- kopete/protocols/meanwhile/meanwhileeditaccountwidget.h | 2 +- kopete/protocols/meanwhile/meanwhileprotocol.h | 2 +- kopete/protocols/meanwhile/meanwhilesession.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kopete/protocols/meanwhile') 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: -- cgit v1.2.1