From 4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb 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 (cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3) --- kopete/protocols/winpopup/libwinpopup/libwinpopup.h | 2 +- kopete/protocols/winpopup/wpaccount.h | 2 +- kopete/protocols/winpopup/wpaddcontact.h | 2 +- kopete/protocols/winpopup/wpcontact.h | 2 +- kopete/protocols/winpopup/wpeditaccount.h | 2 +- kopete/protocols/winpopup/wpprotocol.h | 2 +- kopete/protocols/winpopup/wpuserinfo.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kopete/protocols/winpopup') diff --git a/kopete/protocols/winpopup/libwinpopup/libwinpopup.h b/kopete/protocols/winpopup/libwinpopup/libwinpopup.h index 70bb7f8f..91887308 100644 --- a/kopete/protocols/winpopup/libwinpopup/libwinpopup.h +++ b/kopete/protocols/winpopup/libwinpopup/libwinpopup.h @@ -46,7 +46,7 @@ public: class WinPopupLib : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/winpopup/wpaccount.h b/kopete/protocols/winpopup/wpaccount.h index c6fed550..46ede004 100644 --- a/kopete/protocols/winpopup/wpaccount.h +++ b/kopete/protocols/winpopup/wpaccount.h @@ -47,7 +47,7 @@ class KopeteWinPopup; */ class WPAccount : public Kopete::Account { - Q_OBJECT + TQ_OBJECT // Kopete::Account overloading diff --git a/kopete/protocols/winpopup/wpaddcontact.h b/kopete/protocols/winpopup/wpaddcontact.h index d98a751a..236aff25 100644 --- a/kopete/protocols/winpopup/wpaddcontact.h +++ b/kopete/protocols/winpopup/wpaddcontact.h @@ -33,7 +33,7 @@ namespace Kopete { class MetaContact; } class WPAddContact: public AddContactPage { - Q_OBJECT + TQ_OBJECT private: diff --git a/kopete/protocols/winpopup/wpcontact.h b/kopete/protocols/winpopup/wpcontact.h index a88399c1..d2810e88 100644 --- a/kopete/protocols/winpopup/wpcontact.h +++ b/kopete/protocols/winpopup/wpcontact.h @@ -48,7 +48,7 @@ namespace Kopete { class MetaContact; } class WPContact: public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/winpopup/wpeditaccount.h b/kopete/protocols/winpopup/wpeditaccount.h index a5fa72ef..5746adad 100644 --- a/kopete/protocols/winpopup/wpeditaccount.h +++ b/kopete/protocols/winpopup/wpeditaccount.h @@ -34,7 +34,7 @@ namespace Kopete { class Account; } class WPEditAccount: public WPEditAccountBase, public KopeteEditAccountWidget { - Q_OBJECT + TQ_OBJECT private: diff --git a/kopete/protocols/winpopup/wpprotocol.h b/kopete/protocols/winpopup/wpprotocol.h index 3a41f984..6082c8fb 100644 --- a/kopete/protocols/winpopup/wpprotocol.h +++ b/kopete/protocols/winpopup/wpprotocol.h @@ -47,7 +47,7 @@ class WPAccount; */ class WPProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT // Kopete::Protocol overloading diff --git a/kopete/protocols/winpopup/wpuserinfo.h b/kopete/protocols/winpopup/wpuserinfo.h index e7bb150a..62122e50 100644 --- a/kopete/protocols/winpopup/wpuserinfo.h +++ b/kopete/protocols/winpopup/wpuserinfo.h @@ -33,7 +33,7 @@ class WPContact; class WPUserInfo : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1