diff options
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 ); |