summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/meanwhile
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:06:55 +0900
committerMichele Calgaro <[email protected]>2023-07-21 09:14:39 +0900
commit4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb (patch)
tree151f64ddb1d12c35d2dcbdfce7357b185de58f1a /kopete/protocols/meanwhile
parent44fa2dc162c15a1ff3c7956912c295993b46efd7 (diff)
downloadtdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.tar.gz
tdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
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: