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/meanwhile/meanwhileaccount.h | 2 +- kopete/protocols/meanwhile/meanwhileaddcontactpage.h | 2 +- kopete/protocols/meanwhile/meanwhilecontact.h | 2 +- kopete/protocols/meanwhile/meanwhileeditaccountwidget.h | 2 +- kopete/protocols/meanwhile/meanwhileprotocol.h | 2 +- kopete/protocols/meanwhile/meanwhilesession.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kopete/protocols/meanwhile') diff --git a/kopete/protocols/meanwhile/meanwhileaccount.h b/kopete/protocols/meanwhile/meanwhileaccount.h index 2b59e1ca..cb9ac083 100644 --- a/kopete/protocols/meanwhile/meanwhileaccount.h +++ b/kopete/protocols/meanwhile/meanwhileaccount.h @@ -30,7 +30,7 @@ class MeanwhileSession; class MeanwhileAccount : public Kopete::PasswordedAccount { Q_OBJECT - TQ_OBJECT + public: /** * Create a new Meanwhile account diff --git a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h index dadf6848..e0eb6f82 100644 --- a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h +++ b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h @@ -26,7 +26,7 @@ namespace Kopete { class MetaContact; } class MeanwhileAddContactPage : public AddContactPage { Q_OBJECT - TQ_OBJECT + public: MeanwhileAddContactPage( TQWidget* parent = 0, Kopete::Account *account=0); diff --git a/kopete/protocols/meanwhile/meanwhilecontact.h b/kopete/protocols/meanwhile/meanwhilecontact.h index 180ff0d3..5c92ebb8 100644 --- a/kopete/protocols/meanwhile/meanwhilecontact.h +++ b/kopete/protocols/meanwhile/meanwhilecontact.h @@ -31,7 +31,7 @@ namespace Kopete { class MetaContact; } class MeanwhileContact : public Kopete::Contact { Q_OBJECT - TQ_OBJECT + public: MeanwhileContact(TQString userId, TQString nickname, diff --git a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h index 0f38bc4f..577b8305 100644 --- a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h +++ b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h @@ -29,7 +29,7 @@ class MeanwhileEditAccountWidget : public KopeteEditAccountWidget { Q_OBJECT - TQ_OBJECT + public: MeanwhileEditAccountWidget( TQWidget* parent, Kopete::Account* account, diff --git a/kopete/protocols/meanwhile/meanwhileprotocol.h b/kopete/protocols/meanwhile/meanwhileprotocol.h index 9b550c9e..907b0482 100644 --- a/kopete/protocols/meanwhile/meanwhileprotocol.h +++ b/kopete/protocols/meanwhile/meanwhileprotocol.h @@ -38,7 +38,7 @@ class MeanwhileAddContactPage; class MeanwhileProtocol : public Kopete::Protocol { Q_OBJECT - TQ_OBJECT + public: MeanwhileProtocol(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kopete/protocols/meanwhile/meanwhilesession.h b/kopete/protocols/meanwhile/meanwhilesession.h index 040d0c2a..314efe0b 100644 --- a/kopete/protocols/meanwhile/meanwhilesession.h +++ b/kopete/protocols/meanwhile/meanwhilesession.h @@ -36,7 +36,7 @@ struct MeanwhileClientID { class MeanwhileSession : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** -- cgit v1.2.1