summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/aim
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/aim')
-rw-r--r--kopete/protocols/oscar/aim/aimaccount.h4
-rw-r--r--kopete/protocols/oscar/aim/aimchatsession.h2
-rw-r--r--kopete/protocols/oscar/aim/aimcontact.h2
-rw-r--r--kopete/protocols/oscar/aim/aimjoinchat.h2
-rw-r--r--kopete/protocols/oscar/aim/aimprotocol.h2
-rw-r--r--kopete/protocols/oscar/aim/aimuserinfo.h2
-rw-r--r--kopete/protocols/oscar/aim/ui/aimaddcontactpage.h2
-rw-r--r--kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h2
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: