summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/meanwhile
diff options
context:
space:
mode:
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 2e476d78..ba5eafc1 100644
--- a/kopete/protocols/meanwhile/meanwhileaccount.h
+++ b/kopete/protocols/meanwhile/meanwhileaccount.h
@@ -29,7 +29,7 @@ class MeanwhileSession;
*/
class MeanwhileAccount : public Kopete::PasswordedAccount
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h
index e0eb6f82..be724b25 100644
--- a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h
+++ b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h
@@ -25,7 +25,7 @@ namespace Kopete { class MetaContact; }
class MeanwhileAddContactPage : public AddContactPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
MeanwhileAddContactPage( TQWidget* parent = 0,
diff --git a/kopete/protocols/meanwhile/meanwhilecontact.h b/kopete/protocols/meanwhile/meanwhilecontact.h
index 6de9261e..c51ed121 100644
--- a/kopete/protocols/meanwhile/meanwhilecontact.h
+++ b/kopete/protocols/meanwhile/meanwhilecontact.h
@@ -30,7 +30,7 @@ namespace Kopete { class MetaContact; }
class MeanwhileContact : public Kopete::Contact
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h
index 577b8305..18840a8c 100644
--- a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h
+++ b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h
@@ -28,7 +28,7 @@ class MeanwhileEditAccountWidget :
public MeanwhileEditAccountBase,
public KopeteEditAccountWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
MeanwhileEditAccountWidget( TQWidget* parent,
diff --git a/kopete/protocols/meanwhile/meanwhileprotocol.h b/kopete/protocols/meanwhile/meanwhileprotocol.h
index 907b0482..8185fc88 100644
--- a/kopete/protocols/meanwhile/meanwhileprotocol.h
+++ b/kopete/protocols/meanwhile/meanwhileprotocol.h
@@ -37,7 +37,7 @@ class MeanwhileAddContactPage;
class MeanwhileProtocol : public Kopete::Protocol
{
- Q_OBJECT
+ TQ_OBJECT
public:
MeanwhileProtocol(TQObject *parent, const char *name,
diff --git a/kopete/protocols/meanwhile/meanwhilesession.h b/kopete/protocols/meanwhile/meanwhilesession.h
index 314efe0b..81fb3c6b 100644
--- a/kopete/protocols/meanwhile/meanwhilesession.h
+++ b/kopete/protocols/meanwhile/meanwhilesession.h
@@ -35,7 +35,7 @@ struct MeanwhileClientID {
*/
class MeanwhileSession : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: