summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/aim
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
commit6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch)
tree222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/protocols/oscar/aim
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
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 fb18c69a..c7418e36 100644
--- a/kopete/protocols/oscar/aim/aimaccount.h
+++ b/kopete/protocols/oscar/aim/aimaccount.h
@@ -53,7 +53,7 @@ class OscarVisibilityDialog;
class AIMMyselfContact : public OscarMyselfContact
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMMyselfContact( AIMAccount *acct );
void userInfoUpdated();
@@ -84,7 +84,7 @@ private:
class AIMAccount : public OscarAccount
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMAccount(Kopete::Protocol *parent, TQString accountID, const char *name=0L);
diff --git a/kopete/protocols/oscar/aim/aimchatsession.h b/kopete/protocols/oscar/aim/aimchatsession.h
index 0634d02a..b4e78e3d 100644
--- a/kopete/protocols/oscar/aim/aimchatsession.h
+++ b/kopete/protocols/oscar/aim/aimchatsession.h
@@ -27,7 +27,7 @@ class Client;
class AIMChatSession : public Kopete::ChatSession
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMChatSession( const Kopete::Contact* contact, Kopete::ContactPtrList others,
Kopete::Protocol* protocol, Oscar::WORD exchange = 0,
diff --git a/kopete/protocols/oscar/aim/aimcontact.h b/kopete/protocols/oscar/aim/aimcontact.h
index 37be084d..d66c62c6 100644
--- a/kopete/protocols/oscar/aim/aimcontact.h
+++ b/kopete/protocols/oscar/aim/aimcontact.h
@@ -35,7 +35,7 @@ class AIMUserInfoDialog;
class AIMContact : public OscarContact
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMContact( Kopete::Account*, const TQString&, Kopete::MetaContact*,
diff --git a/kopete/protocols/oscar/aim/aimjoinchat.h b/kopete/protocols/oscar/aim/aimjoinchat.h
index 13838fd1..828aab35 100644
--- a/kopete/protocols/oscar/aim/aimjoinchat.h
+++ b/kopete/protocols/oscar/aim/aimjoinchat.h
@@ -30,7 +30,7 @@ class AIMJoinChatBase;
class AIMJoinChatUI : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMJoinChatUI( AIMAccount*, bool modal, TQWidget* parent = 0,
const char* name = 0 );
diff --git a/kopete/protocols/oscar/aim/aimprotocol.h b/kopete/protocols/oscar/aim/aimprotocol.h
index a1e03983..26d092b6 100644
--- a/kopete/protocols/oscar/aim/aimprotocol.h
+++ b/kopete/protocols/oscar/aim/aimprotocol.h
@@ -40,7 +40,7 @@ public:
class AIMProtocol : public Kopete::Protocol
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMProtocol( TQObject *parent, const char *name, const TQStringList &args );
diff --git a/kopete/protocols/oscar/aim/aimuserinfo.h b/kopete/protocols/oscar/aim/aimuserinfo.h
index da2c261c..d9e77fc5 100644
--- a/kopete/protocols/oscar/aim/aimuserinfo.h
+++ b/kopete/protocols/oscar/aim/aimuserinfo.h
@@ -30,7 +30,7 @@ class AIMAccount;
class AIMUserInfoDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMUserInfoDialog(Kopete::Contact *c, AIMAccount *acc, bool modal,
TQWidget *parent, const char* name);
diff --git a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h b/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h
index c3cb1092..c3bcaa36 100644
--- a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h
+++ b/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h
@@ -17,7 +17,7 @@ class MetaContact;
class AIMAddContactPage : public AddContactPage
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMAddContactPage(bool connected, TQWidget *parent=0,
diff --git a/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h b/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h
index dbf82adb..6ccaceb5 100644
--- a/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h
+++ b/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h
@@ -37,7 +37,7 @@ class aimEditAccountUI;
class AIMEditAccountWidget : public TQWidget, public KopeteEditAccountWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
AIMEditAccountWidget(AIMProtocol *protocol, Kopete::Account *account,