diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 09:07:44 +0900 |
commit | 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 (patch) | |
tree | 3fd44965373b367fadf8e6bd914c2ebd378a361e /kopete/protocols/yahoo/ui | |
parent | baad27f23ad7a29d77aa6b0ce277b2d06882d217 (diff) | |
download | tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.tar.gz tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/protocols/yahoo/ui')
-rw-r--r-- | kopete/protocols/yahoo/ui/yahooinvitelistimpl.h | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/ui/yahoouserinfodialog.h | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/ui/yahoowebcamdialog.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h b/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h index ce66119f..dce5d217 100644 --- a/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h +++ b/kopete/protocols/yahoo/ui/yahooinvitelistimpl.h @@ -24,7 +24,7 @@ class YahooInviteListImpl : public YahooInviteListBase { - Q_OBJECT + TQ_OBJECT public: YahooInviteListImpl(TQWidget *parent=0, const char *name=0); diff --git a/kopete/protocols/yahoo/ui/yahoouserinfodialog.h b/kopete/protocols/yahoo/ui/yahoouserinfodialog.h index 4131ef2b..856bde59 100644 --- a/kopete/protocols/yahoo/ui/yahoouserinfodialog.h +++ b/kopete/protocols/yahoo/ui/yahoouserinfodialog.h @@ -31,7 +31,7 @@ class YahooContact; class YahooUserInfoDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: YahooUserInfoDialog( YahooContact *c, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/yahoo/ui/yahoowebcamdialog.h b/kopete/protocols/yahoo/ui/yahoowebcamdialog.h index d383d951..3236dd12 100644 --- a/kopete/protocols/yahoo/ui/yahoowebcamdialog.h +++ b/kopete/protocols/yahoo/ui/yahoowebcamdialog.h @@ -32,7 +32,7 @@ namespace Kopete class YahooWebcamDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: YahooWebcamDialog( const TQString &, TQWidget* parent = 0, const char* name = 0 ); |