summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/icq/ui
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/oscar/icq/ui
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/oscar/icq/ui')
-rw-r--r--kopete/protocols/oscar/icq/ui/icqaddcontactpage.h2
-rw-r--r--kopete/protocols/oscar/icq/ui/icqauthreplydialog.h2
-rw-r--r--kopete/protocols/oscar/icq/ui/icqeditaccountwidget.h2
-rw-r--r--kopete/protocols/oscar/icq/ui/icqsearchdialog.h2
-rw-r--r--kopete/protocols/oscar/icq/ui/icquserinfowidget.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h b/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h
index a921374e..7617349c 100644
--- a/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h
+++ b/kopete/protocols/oscar/icq/ui/icqaddcontactpage.h
@@ -31,7 +31,7 @@ class ICQSearchDialog;
class ICQAddContactPage : public AddContactPage
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kopete/protocols/oscar/icq/ui/icqauthreplydialog.h b/kopete/protocols/oscar/icq/ui/icqauthreplydialog.h
index eaf7427c..34a59940 100644
--- a/kopete/protocols/oscar/icq/ui/icqauthreplydialog.h
+++ b/kopete/protocols/oscar/icq/ui/icqauthreplydialog.h
@@ -28,7 +28,7 @@ class ICQAuthReplyUI;
*/
class ICQAuthReplyDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ICQAuthReplyDialog(TQWidget *parent = 0, const char *name = 0, bool wasRequested = true);
diff --git a/kopete/protocols/oscar/icq/ui/icqeditaccountwidget.h b/kopete/protocols/oscar/icq/ui/icqeditaccountwidget.h
index 6b7f1373..1770c457 100644
--- a/kopete/protocols/oscar/icq/ui/icqeditaccountwidget.h
+++ b/kopete/protocols/oscar/icq/ui/icqeditaccountwidget.h
@@ -30,7 +30,7 @@ class ICQEditAccountUI;
class ICQEditAccountWidget : public TQWidget, public KopeteEditAccountWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kopete/protocols/oscar/icq/ui/icqsearchdialog.h b/kopete/protocols/oscar/icq/ui/icqsearchdialog.h
index 07e1ebc0..7b07c55d 100644
--- a/kopete/protocols/oscar/icq/ui/icqsearchdialog.h
+++ b/kopete/protocols/oscar/icq/ui/icqsearchdialog.h
@@ -31,7 +31,7 @@ class ICQUserInfoWidget;
*/
class ICQSearchDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ICQSearchDialog( ICQAccount* account, TQWidget* parent = 0, const char* name = 0 );
diff --git a/kopete/protocols/oscar/icq/ui/icquserinfowidget.h b/kopete/protocols/oscar/icq/ui/icquserinfowidget.h
index 011ce862..323b353c 100644
--- a/kopete/protocols/oscar/icq/ui/icquserinfowidget.h
+++ b/kopete/protocols/oscar/icq/ui/icquserinfowidget.h
@@ -31,7 +31,7 @@ class ICQContact;
class ICQUserInfoWidget : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
ICQUserInfoWidget( TQWidget* parent = 0, const char* name = 0 );