From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- kopete/protocols/oscar/aim/aimaccount.h | 4 ++-- kopete/protocols/oscar/aim/aimchatsession.h | 2 +- kopete/protocols/oscar/aim/aimcontact.h | 2 +- kopete/protocols/oscar/aim/aimjoinchat.h | 2 +- kopete/protocols/oscar/aim/aimprotocol.h | 2 +- kopete/protocols/oscar/aim/aimuserinfo.h | 2 +- kopete/protocols/oscar/aim/ui/aimaddcontactpage.h | 2 +- kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'kopete/protocols/oscar/aim') 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, -- cgit v1.2.1