diff options
Diffstat (limited to 'kopete/protocols/oscar/icq')
-rw-r--r-- | kopete/protocols/oscar/icq/icqaccount.h | 4 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/icqcontact.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/icqprotocol.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/icqreadaway.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/ui/icqaddcontactpage.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/ui/icqauthreplydialog.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/ui/icqeditaccountwidget.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/ui/icqsearchdialog.h | 2 | ||||
-rw-r--r-- | kopete/protocols/oscar/icq/ui/icquserinfowidget.h | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/kopete/protocols/oscar/icq/icqaccount.h b/kopete/protocols/oscar/icq/icqaccount.h index e2192599..ac9e8138 100644 --- a/kopete/protocols/oscar/icq/icqaccount.h +++ b/kopete/protocols/oscar/icq/icqaccount.h @@ -33,7 +33,7 @@ class OscarVisibilityDialog; class ICQMyselfContact : public OscarMyselfContact { -Q_OBJECT +TQ_OBJECT public: ICQMyselfContact( ICQAccount *acct ); @@ -47,7 +47,7 @@ public slots: class ICQAccount : public OscarAccount { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/icq/icqcontact.h b/kopete/protocols/oscar/icq/icqcontact.h index d379bc06..f811bf81 100644 --- a/kopete/protocols/oscar/icq/icqcontact.h +++ b/kopete/protocols/oscar/icq/icqcontact.h @@ -46,7 +46,7 @@ class ICQInterestInfoWidget; */ class ICQContact : public OscarContact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/icq/icqprotocol.h b/kopete/protocols/oscar/icq/icqprotocol.h index 1cf8b5d3..fc633e55 100644 --- a/kopete/protocols/oscar/icq/icqprotocol.h +++ b/kopete/protocols/oscar/icq/icqprotocol.h @@ -37,7 +37,7 @@ public: class ICQProtocol : public Kopete::Protocol { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/icq/icqreadaway.h b/kopete/protocols/oscar/icq/icqreadaway.h index 8bf9cf7f..38587ec6 100644 --- a/kopete/protocols/oscar/icq/icqreadaway.h +++ b/kopete/protocols/oscar/icq/icqreadaway.h @@ -27,7 +27,7 @@ class TQVBox; class ICQReadAway : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: 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 ); |