diff options
Diffstat (limited to 'kopete/protocols/jabber/ui')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberbrowse.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberchangepassword.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberchatjoin.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberchatroomslist.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberregister.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabbersendraw.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberservices.h | 4 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabbervcard.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/jabberaddcontactpage.h | 4 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/jabberchooseserver.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/jabbereditaccountwidget.h | 2 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/jabberregisteraccount.h | 2 |
12 files changed, 14 insertions, 14 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabberbrowse.h b/kopete/protocols/jabber/ui/dlgjabberbrowse.h index 3926e987..2a60b3c9 100644 --- a/kopete/protocols/jabber/ui/dlgjabberbrowse.h +++ b/kopete/protocols/jabber/ui/dlgjabberbrowse.h @@ -34,7 +34,7 @@ class dlgJabberBrowse:public dlgBrowse { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/dlgjabberchangepassword.h b/kopete/protocols/jabber/ui/dlgjabberchangepassword.h index 39756858..a5c11ea1 100644 --- a/kopete/protocols/jabber/ui/dlgjabberchangepassword.h +++ b/kopete/protocols/jabber/ui/dlgjabberchangepassword.h @@ -31,7 +31,7 @@ class DlgChangePassword; class DlgJabberChangePassword : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/dlgjabberchatjoin.h b/kopete/protocols/jabber/ui/dlgjabberchatjoin.h index 45bd649a..4eab2edb 100644 --- a/kopete/protocols/jabber/ui/dlgjabberchatjoin.h +++ b/kopete/protocols/jabber/ui/dlgjabberchatjoin.h @@ -24,7 +24,7 @@ class dlgJabberChatJoin : public dlgChatJoin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h b/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h index c2c6cf33..0cf1eab5 100644 --- a/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h +++ b/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h @@ -20,7 +20,7 @@ class dlgJabberChatRoomsList : public dlgChatRoomsList { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/dlgjabberregister.h b/kopete/protocols/jabber/ui/dlgjabberregister.h index cd24c929..394cde70 100644 --- a/kopete/protocols/jabber/ui/dlgjabberregister.h +++ b/kopete/protocols/jabber/ui/dlgjabberregister.h @@ -38,7 +38,7 @@ class dlgJabberRegister:public dlgRegister { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/dlgjabbersendraw.h b/kopete/protocols/jabber/ui/dlgjabbersendraw.h index 4b9cdee3..9bb1c79f 100644 --- a/kopete/protocols/jabber/ui/dlgjabbersendraw.h +++ b/kopete/protocols/jabber/ui/dlgjabbersendraw.h @@ -35,7 +35,7 @@ class JabberClient; */ class dlgJabberSendRaw:public DlgSendRaw { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/dlgjabberservices.h b/kopete/protocols/jabber/ui/dlgjabberservices.h index ea85658f..c5ca15b7 100644 --- a/kopete/protocols/jabber/ui/dlgjabberservices.h +++ b/kopete/protocols/jabber/ui/dlgjabberservices.h @@ -33,7 +33,7 @@ class dlgJabberServices:public dlgServices { - Q_OBJECT + TQ_OBJECT public: @@ -59,7 +59,7 @@ private: class dlgJabberServies_item : protected TQObject, public TQListViewItem { - Q_OBJECT + TQ_OBJECT public: dlgJabberServies_item( TQListView *parent , const TQString &s1 , const TQString &s2 ) diff --git a/kopete/protocols/jabber/ui/dlgjabbervcard.h b/kopete/protocols/jabber/ui/dlgjabbervcard.h index 4861c4aa..16f71386 100644 --- a/kopete/protocols/jabber/ui/dlgjabbervcard.h +++ b/kopete/protocols/jabber/ui/dlgjabbervcard.h @@ -44,7 +44,7 @@ class dlgVCard; */ class dlgJabberVCard : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/jabberaddcontactpage.h b/kopete/protocols/jabber/ui/jabberaddcontactpage.h index 07fee352..c104d2ff 100644 --- a/kopete/protocols/jabber/ui/jabberaddcontactpage.h +++ b/kopete/protocols/jabber/ui/jabberaddcontactpage.h @@ -31,7 +31,7 @@ class TQLabel; class JabberAddContactPage:public AddContactPage { - Q_OBJECT + TQ_OBJECT public: @@ -54,7 +54,7 @@ class JabberTransport; * this class is just there to workaround the fact that it's not possible to add contact assync with Kopete::AddContactPage::apply */ class JabberAddContactPage_there_is_no_possibility_to_add_assync_WORKAROUND : public TQObject -{ Q_OBJECT +{ TQ_OBJECT public: JabberAddContactPage_there_is_no_possibility_to_add_assync_WORKAROUND( JabberTransport * , Kopete::MetaContact *mc, TQObject *parent); diff --git a/kopete/protocols/jabber/ui/jabberchooseserver.h b/kopete/protocols/jabber/ui/jabberchooseserver.h index d6109a33..e883edc8 100644 --- a/kopete/protocols/jabber/ui/jabberchooseserver.h +++ b/kopete/protocols/jabber/ui/jabberchooseserver.h @@ -38,7 +38,7 @@ namespace TDEIO class JabberChooseServer : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/jabbereditaccountwidget.h b/kopete/protocols/jabber/ui/jabbereditaccountwidget.h index f53c566c..22ffd4bf 100644 --- a/kopete/protocols/jabber/ui/jabbereditaccountwidget.h +++ b/kopete/protocols/jabber/ui/jabbereditaccountwidget.h @@ -34,7 +34,7 @@ class JabberEditAccountWidget:public DlgJabberEditAccountWidget, public KopeteEditAccountWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/ui/jabberregisteraccount.h b/kopete/protocols/jabber/ui/jabberregisteraccount.h index 9979f59f..30175834 100644 --- a/kopete/protocols/jabber/ui/jabberregisteraccount.h +++ b/kopete/protocols/jabber/ui/jabberregisteraccount.h @@ -35,7 +35,7 @@ class JabberEditAccountWidget; class JabberRegisterAccount : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: |