diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
commit | 6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch) | |
tree | 222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/protocols/gadu | |
parent | a484f7e6af77fe25155e9be30a4166c6f479e46d (diff) | |
download | tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kopete/protocols/gadu')
-rw-r--r-- | kopete/protocols/gadu/gaduaccount.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gaduaddcontactpage.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gaduaway.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gaducommands.h | 8 | ||||
-rw-r--r-- | kopete/protocols/gadu/gaducontact.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadudcc.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadudccserver.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadudcctransaction.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadueditaccount.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadueditcontact.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gaduprotocol.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadupubdir.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gaduregisteraccount.h | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadusession.h | 2 |
14 files changed, 17 insertions, 17 deletions
diff --git a/kopete/protocols/gadu/gaduaccount.h b/kopete/protocols/gadu/gaduaccount.h index 1786e3a9..1ba9a5c2 100644 --- a/kopete/protocols/gadu/gaduaccount.h +++ b/kopete/protocols/gadu/gaduaccount.h @@ -54,7 +54,7 @@ class GaduDCCTransaction; class GaduAccount : public Kopete::PasswordedAccount { Q_OBJECT - TQ_OBJECT + public: GaduAccount( Kopete::Protocol*, const TQString& accountID, const char* name = 0L ); diff --git a/kopete/protocols/gadu/gaduaddcontactpage.h b/kopete/protocols/gadu/gaduaddcontactpage.h index 1ec333b9..9104f36f 100644 --- a/kopete/protocols/gadu/gaduaddcontactpage.h +++ b/kopete/protocols/gadu/gaduaddcontactpage.h @@ -37,7 +37,7 @@ class GaduAddUI; class GaduAddContactPage : public AddContactPage { Q_OBJECT - TQ_OBJECT + public: GaduAddContactPage( GaduAccount*, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/gadu/gaduaway.h b/kopete/protocols/gadu/gaduaway.h index 6b1e0483..60e32d7a 100644 --- a/kopete/protocols/gadu/gaduaway.h +++ b/kopete/protocols/gadu/gaduaway.h @@ -32,7 +32,7 @@ class GaduAwayUI; class GaduAway : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: GaduAway( GaduAccount*, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/gadu/gaducommands.h b/kopete/protocols/gadu/gaducommands.h index a191242c..f8f07993 100644 --- a/kopete/protocols/gadu/gaducommands.h +++ b/kopete/protocols/gadu/gaducommands.h @@ -38,7 +38,7 @@ class TQPixmap; class GaduCommand : public TQObject { Q_OBJECT - TQ_OBJECT + public: GaduCommand( TQObject* parent = 0, const char* name = 0 ); @@ -74,7 +74,7 @@ private: class RegisterCommand : public GaduCommand { Q_OBJECT - TQ_OBJECT + public: RegisterCommand( TQObject* parent = 0, const char* name = 0 ); @@ -108,7 +108,7 @@ private: class RemindPasswordCommand : public GaduCommand { Q_OBJECT - TQ_OBJECT + public: RemindPasswordCommand( uin_t uin, TQObject* parent = 0, const char* name = 0 ); @@ -129,7 +129,7 @@ private: class ChangePasswordCommand : public GaduCommand { Q_OBJECT - TQ_OBJECT + public: ChangePasswordCommand( TQObject* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/gadu/gaducontact.h b/kopete/protocols/gadu/gaducontact.h index 66851c0c..05d0f3b8 100644 --- a/kopete/protocols/gadu/gaducontact.h +++ b/kopete/protocols/gadu/gaducontact.h @@ -45,7 +45,7 @@ class TQStringList; class GaduContact : public Kopete::Contact { Q_OBJECT - TQ_OBJECT + public: GaduContact( unsigned int, const TQString&, Kopete::Account*, Kopete::MetaContact* ); diff --git a/kopete/protocols/gadu/gadudcc.h b/kopete/protocols/gadu/gadudcc.h index 465de8d4..98c81fc4 100644 --- a/kopete/protocols/gadu/gadudcc.h +++ b/kopete/protocols/gadu/gadudcc.h @@ -35,7 +35,7 @@ class GaduDCCServer; class GaduDCC: public TQObject { Q_OBJECT - TQ_OBJECT + public: GaduDCC( TQObject* parent, const char* name = NULL ); ~GaduDCC(); diff --git a/kopete/protocols/gadu/gadudccserver.h b/kopete/protocols/gadu/gadudccserver.h index 50982eab..3e4400c9 100644 --- a/kopete/protocols/gadu/gadudccserver.h +++ b/kopete/protocols/gadu/gadudccserver.h @@ -34,7 +34,7 @@ class GaduAccount; class GaduDCCServer: public TQObject { Q_OBJECT - TQ_OBJECT + public: GaduDCCServer( TQHostAddress* dccIp = NULL, unsigned int port = 1550 ); ~GaduDCCServer(); diff --git a/kopete/protocols/gadu/gadudcctransaction.h b/kopete/protocols/gadu/gadudcctransaction.h index 43c6395a..15af8f7d 100644 --- a/kopete/protocols/gadu/gadudcctransaction.h +++ b/kopete/protocols/gadu/gadudcctransaction.h @@ -36,7 +36,7 @@ class GaduDCC; class GaduDCCTransaction: TQObject { Q_OBJECT - TQ_OBJECT + public: GaduDCCTransaction( GaduDCC*, const char* name = NULL ); ~GaduDCCTransaction(); diff --git a/kopete/protocols/gadu/gadueditaccount.h b/kopete/protocols/gadu/gadueditaccount.h index 23e230fd..13e61d31 100644 --- a/kopete/protocols/gadu/gadueditaccount.h +++ b/kopete/protocols/gadu/gadueditaccount.h @@ -35,7 +35,7 @@ namespace Kopete { class Account; } class GaduEditAccount : public GaduAccountEditUI, public KopeteEditAccountWidget { Q_OBJECT - TQ_OBJECT + public: GaduEditAccount( GaduProtocol*, Kopete::Account*, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/gadu/gadueditcontact.h b/kopete/protocols/gadu/gadueditcontact.h index 48f95980..0c553f58 100644 --- a/kopete/protocols/gadu/gadueditcontact.h +++ b/kopete/protocols/gadu/gadueditcontact.h @@ -36,7 +36,7 @@ class TQListViewItem; class GaduEditContact : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: GaduEditContact( GaduAccount*, GaduContact*, diff --git a/kopete/protocols/gadu/gaduprotocol.h b/kopete/protocols/gadu/gaduprotocol.h index ff34d970..0152d680 100644 --- a/kopete/protocols/gadu/gaduprotocol.h +++ b/kopete/protocols/gadu/gaduprotocol.h @@ -50,7 +50,7 @@ class GaduPreferences; class GaduProtocol : public Kopete::Protocol { Q_OBJECT - TQ_OBJECT + public: GaduProtocol( TQObject* parent, const char* name, const TQStringList& str); diff --git a/kopete/protocols/gadu/gadupubdir.h b/kopete/protocols/gadu/gadupubdir.h index 4a2dce64..86d385c1 100644 --- a/kopete/protocols/gadu/gadupubdir.h +++ b/kopete/protocols/gadu/gadupubdir.h @@ -39,7 +39,7 @@ class GaduContact; class GaduPublicDir : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: GaduPublicDir( GaduAccount* , TQWidget *parent = 0, const char* name = "GaduPublicDir" ); diff --git a/kopete/protocols/gadu/gaduregisteraccount.h b/kopete/protocols/gadu/gaduregisteraccount.h index ddc295ec..0e0cddb9 100644 --- a/kopete/protocols/gadu/gaduregisteraccount.h +++ b/kopete/protocols/gadu/gaduregisteraccount.h @@ -33,7 +33,7 @@ class GaduRegisterAccountUI; class GaduRegisterAccount : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: GaduRegisterAccount( TQWidget* , const char* ); diff --git a/kopete/protocols/gadu/gadusession.h b/kopete/protocols/gadu/gadusession.h index 747163e1..8d1b6b9e 100644 --- a/kopete/protocols/gadu/gadusession.h +++ b/kopete/protocols/gadu/gadusession.h @@ -92,7 +92,7 @@ class GaduRichTextFormat; class GaduSession : public TQObject { Q_OBJECT - TQ_OBJECT + public: GaduSession( TQObject* parent = 0, const char* name = 0 ); |