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/oscar/aim | |
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/oscar/aim')
-rw-r--r-- | kopete/protocols/oscar/aim/aimaccount.h | 4 | ||||
-rw-r--r-- | kopete/protocols/oscar/aim/aimchatsession.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/aim/aimcontact.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/aim/aimjoinchat.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/aim/aimprotocol.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/aim/aimuserinfo.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/aim/ui/aimaddcontactpage.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/kopete/protocols/oscar/aim/aimaccount.h b/kopete/protocols/oscar/aim/aimaccount.h index 897c6fd8..972c641c 100644 --- a/kopete/protocols/oscar/aim/aimaccount.h +++ b/kopete/protocols/oscar/aim/aimaccount.h @@ -52,7 +52,7 @@ class OscarVisibilityDialog; class AIMMyselfContact : public OscarMyselfContact { -Q_OBJECT +TQ_OBJECT public: AIMMyselfContact( AIMAccount *acct ); @@ -83,7 +83,7 @@ private: class AIMAccount : public OscarAccount { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/aimchatsession.h b/kopete/protocols/oscar/aim/aimchatsession.h index b4e78e3d..0cb29a49 100644 --- a/kopete/protocols/oscar/aim/aimchatsession.h +++ b/kopete/protocols/oscar/aim/aimchatsession.h @@ -26,7 +26,7 @@ class Client; class AIMChatSession : public Kopete::ChatSession { -Q_OBJECT +TQ_OBJECT public: AIMChatSession( const Kopete::Contact* contact, Kopete::ContactPtrList others, diff --git a/kopete/protocols/oscar/aim/aimcontact.h b/kopete/protocols/oscar/aim/aimcontact.h index 1c8fde05..cc8c9c0a 100644 --- a/kopete/protocols/oscar/aim/aimcontact.h +++ b/kopete/protocols/oscar/aim/aimcontact.h @@ -34,7 +34,7 @@ class AIMUserInfoDialog; class AIMContact : public OscarContact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/aimjoinchat.h b/kopete/protocols/oscar/aim/aimjoinchat.h index 5060ce64..476c16b9 100644 --- a/kopete/protocols/oscar/aim/aimjoinchat.h +++ b/kopete/protocols/oscar/aim/aimjoinchat.h @@ -29,7 +29,7 @@ class AIMJoinChatBase; class AIMJoinChatUI : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: AIMJoinChatUI( AIMAccount*, bool modal, TQWidget* parent = 0, diff --git a/kopete/protocols/oscar/aim/aimprotocol.h b/kopete/protocols/oscar/aim/aimprotocol.h index 0a8345fc..17d552c6 100644 --- a/kopete/protocols/oscar/aim/aimprotocol.h +++ b/kopete/protocols/oscar/aim/aimprotocol.h @@ -39,7 +39,7 @@ public: class AIMProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/aimuserinfo.h b/kopete/protocols/oscar/aim/aimuserinfo.h index d9e77fc5..5ca4e160 100644 --- a/kopete/protocols/oscar/aim/aimuserinfo.h +++ b/kopete/protocols/oscar/aim/aimuserinfo.h @@ -29,7 +29,7 @@ class AIMAccount; class AIMUserInfoDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AIMUserInfoDialog(Kopete::Contact *c, AIMAccount *acc, bool modal, diff --git a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h b/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h index ea79a7b9..06fd6273 100644 --- a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h +++ b/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h @@ -16,7 +16,7 @@ class MetaContact; class AIMAddContactPage : public AddContactPage { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h b/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h index 1439b5d6..49ff3d9f 100644 --- a/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h +++ b/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h @@ -36,7 +36,7 @@ class aimEditAccountUI; class AIMEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { -Q_OBJECT +TQ_OBJECT public: |