summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/meanwhile
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/meanwhile
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kopete/protocols/meanwhile')
-rw-r--r--kopete/protocols/meanwhile/meanwhileaccount.h2
-rw-r--r--kopete/protocols/meanwhile/meanwhileaddcontactpage.h2
-rw-r--r--kopete/protocols/meanwhile/meanwhilecontact.h2
-rw-r--r--kopete/protocols/meanwhile/meanwhileeditaccountwidget.h2
-rw-r--r--kopete/protocols/meanwhile/meanwhileprotocol.h2
-rw-r--r--kopete/protocols/meanwhile/meanwhilesession.h2
6 files changed, 6 insertions, 6 deletions
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:
/**