diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:06:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 09:07:44 +0900 |
commit | 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 (patch) | |
tree | 3fd44965373b367fadf8e6bd914c2ebd378a361e /kopete | |
parent | baad27f23ad7a29d77aa6b0ce277b2d06882d217 (diff) | |
download | tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.tar.gz tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete')
483 files changed, 564 insertions, 564 deletions
diff --git a/kopete/kopete/addaccountwizard/addaccountwizard.h b/kopete/kopete/addaccountwizard/addaccountwizard.h index 97096611..dc4a8930 100644 --- a/kopete/kopete/addaccountwizard/addaccountwizard.h +++ b/kopete/kopete/addaccountwizard/addaccountwizard.h @@ -41,7 +41,7 @@ class KopeteEditAccountWidget; */ class AddAccountWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/addcontactwizard/addcontactwizard.h b/kopete/kopete/addcontactwizard/addcontactwizard.h index 37a7c1a7..79fe8123 100644 --- a/kopete/kopete/addcontactwizard/addcontactwizard.h +++ b/kopete/kopete/addcontactwizard/addcontactwizard.h @@ -49,7 +49,7 @@ class AddressBookSelectorWidget; */ class AddContactWizard : public AddContactWizard_Base { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/addcontactwizard/fastaddcontactwizard.h b/kopete/kopete/addcontactwizard/fastaddcontactwizard.h index 5a424d1a..51ed0815 100644 --- a/kopete/kopete/addcontactwizard/fastaddcontactwizard.h +++ b/kopete/kopete/addcontactwizard/fastaddcontactwizard.h @@ -47,7 +47,7 @@ class Account; class FastAddContactWizard : public FastAddContactWizard_Base { - Q_OBJECT + TQ_OBJECT public: FastAddContactWizard( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kopete/kopete/chatwindow/chatmemberslistwidget.h b/kopete/kopete/chatwindow/chatmemberslistwidget.h index b1887a6b..fc6f63b8 100644 --- a/kopete/kopete/chatwindow/chatmemberslistwidget.h +++ b/kopete/kopete/chatwindow/chatmemberslistwidget.h @@ -34,7 +34,7 @@ class OnlineStatus; */ class ChatMembersListWidget : public TDEListView { - Q_OBJECT + TQ_OBJECT public: ChatMembersListWidget( Kopete::ChatSession *session, TQWidget *parent, const char *name = 0 ); @@ -98,7 +98,7 @@ private: class ChatMembersListWidget::ContactItem : public TQObject, public TDEListViewItem { - Q_OBJECT + TQ_OBJECT public: ContactItem( ChatMembersListWidget *list, Kopete::Contact *contact ); diff --git a/kopete/kopete/chatwindow/chatmessagepart.h b/kopete/kopete/chatwindow/chatmessagepart.h index 94b510d1..de9d3004 100644 --- a/kopete/kopete/chatwindow/chatmessagepart.h +++ b/kopete/kopete/chatwindow/chatmessagepart.h @@ -38,7 +38,7 @@ class ChatWindowStyle; */ class ChatMessagePart : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/kopete/chatwindow/chattexteditpart.h b/kopete/kopete/chatwindow/chattexteditpart.h index 7ccebabc..40eba44b 100644 --- a/kopete/kopete/chatwindow/chattexteditpart.h +++ b/kopete/kopete/chatwindow/chattexteditpart.h @@ -46,7 +46,7 @@ class ChatSession; */ class ChatTextEditPart : public KopeteRichTextEditPart { - Q_OBJECT + TQ_OBJECT public: ChatTextEditPart( Kopete::ChatSession *session, TQWidget *parent, const char *name = 0 ); diff --git a/kopete/kopete/chatwindow/chatview.h b/kopete/kopete/chatwindow/chatview.h index 6b185836..1a4d658c 100644 --- a/kopete/kopete/chatwindow/chatview.h +++ b/kopete/kopete/chatwindow/chatview.h @@ -53,7 +53,7 @@ namespace Kopete */ class ChatView : public KDockMainWindow, public KopeteView { - Q_OBJECT + TQ_OBJECT public: ChatView( Kopete::ChatSession *manager, ChatWindowPlugin *parent, const char *name = 0 ); diff --git a/kopete/kopete/chatwindow/emoticonselector.h b/kopete/kopete/chatwindow/emoticonselector.h index 10493fe3..c7fc9861 100644 --- a/kopete/kopete/chatwindow/emoticonselector.h +++ b/kopete/kopete/chatwindow/emoticonselector.h @@ -28,7 +28,7 @@ class TQShowEvent; class EmoticonLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -45,7 +45,7 @@ protected: class EmoticonSelector : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/chatwindow/kopetechatwindow.h b/kopete/kopete/chatwindow/kopetechatwindow.h index 51eafa51..c1227e78 100644 --- a/kopete/kopete/chatwindow/kopetechatwindow.h +++ b/kopete/kopete/chatwindow/kopetechatwindow.h @@ -53,7 +53,7 @@ typedef TQPtrList<Contact> ContactPtrList; class KopeteChatWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT enum {NEW_WINDOW, GROUP_BY_ACCOUNT, GROUP_ALL, GROUP_BY_GROUP, GROUP_BY_METACONTACT}; diff --git a/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h b/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h index 7c9a181f..61ca276f 100644 --- a/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h +++ b/kopete/kopete/chatwindow/kopetechatwindowstylemanager.h @@ -43,7 +43,7 @@ class ChatWindowStyle; */ class KOPETE_EXPORT ChatWindowStyleManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/kopete/chatwindow/kopeteemailwindow.h b/kopete/kopete/chatwindow/kopeteemailwindow.h index c51091c6..258eb263 100644 --- a/kopete/kopete/chatwindow/kopeteemailwindow.h +++ b/kopete/kopete/chatwindow/kopeteemailwindow.h @@ -30,7 +30,7 @@ class EmailWindowPlugin; class KopeteEmailWindow : KParts::MainWindow, public KopeteView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/chatwindow/kopeteemoticonaction.h b/kopete/kopete/chatwindow/kopeteemoticonaction.h index f43a6905..9dcb7648 100644 --- a/kopete/kopete/chatwindow/kopeteemoticonaction.h +++ b/kopete/kopete/chatwindow/kopeteemoticonaction.h @@ -25,7 +25,7 @@ class KopeteEmoticonAction : public TDEAction { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool delayed READ delayed WRITE setDelayed ) diff --git a/kopete/kopete/chatwindow/krichtexteditpart.h b/kopete/kopete/chatwindow/krichtexteditpart.h index 14fee4fe..5ddc5001 100644 --- a/kopete/kopete/chatwindow/krichtexteditpart.h +++ b/kopete/kopete/chatwindow/krichtexteditpart.h @@ -21,7 +21,7 @@ class KopeteTextEdit; */ class KopeteRichTextEditPart : public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/config/accounts/kopeteaccountconfig.h b/kopete/kopete/config/accounts/kopeteaccountconfig.h index 190efbff..6999cbbc 100644 --- a/kopete/kopete/config/accounts/kopeteaccountconfig.h +++ b/kopete/kopete/config/accounts/kopeteaccountconfig.h @@ -32,7 +32,7 @@ class KopeteAccountConfigBase; */ class KopeteAccountConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/config/appearance/appearanceconfig.h b/kopete/kopete/config/appearance/appearanceconfig.h index c7e3e2e4..18b5091a 100644 --- a/kopete/kopete/config/appearance/appearanceconfig.h +++ b/kopete/kopete/config/appearance/appearanceconfig.h @@ -29,7 +29,7 @@ */ class AppearanceConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT friend class KopeteStyleNewStuff; diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.h b/kopete/kopete/config/appearance/emoticonseditdialog.h index 0d1590d7..e9040942 100644 --- a/kopete/kopete/config/appearance/emoticonseditdialog.h +++ b/kopete/kopete/config/appearance/emoticonseditdialog.h @@ -28,7 +28,7 @@ class EmoticonsEditWidget; class EditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -48,7 +48,7 @@ class EditDialog : public KDialogBase class EmoticonsEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/config/appearance/tooltipeditdialog.h b/kopete/kopete/config/appearance/tooltipeditdialog.h index 0be839b0..d8ab924c 100644 --- a/kopete/kopete/config/appearance/tooltipeditdialog.h +++ b/kopete/kopete/config/appearance/tooltipeditdialog.h @@ -24,7 +24,7 @@ class TooltipEditWidget; class TooltipEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/config/avdevice/avdeviceconfig.h b/kopete/kopete/config/avdevice/avdeviceconfig.h index bacf6a0b..ca1b16d4 100644 --- a/kopete/kopete/config/avdevice/avdeviceconfig.h +++ b/kopete/kopete/config/avdevice/avdeviceconfig.h @@ -39,7 +39,7 @@ class AVDeviceConfig_AudioDevice; */ class AVDeviceConfig : public TDECModule { -Q_OBJECT +TQ_OBJECT public: AVDeviceConfig(TQWidget *parent, const char * name , const TQStringList &args); diff --git a/kopete/kopete/config/behavior/behaviorconfig.h b/kopete/kopete/config/behavior/behaviorconfig.h index eb31645c..af0ece8a 100644 --- a/kopete/kopete/config/behavior/behaviorconfig.h +++ b/kopete/kopete/config/behavior/behaviorconfig.h @@ -34,7 +34,7 @@ class KPluginInfo; class BehaviorConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/config/identity/globalidentitiesmanager.h b/kopete/kopete/config/identity/globalidentitiesmanager.h index e7ee06c0..d1196f28 100644 --- a/kopete/kopete/config/identity/globalidentitiesmanager.h +++ b/kopete/kopete/config/identity/globalidentitiesmanager.h @@ -36,7 +36,7 @@ class TQDomDocument; */ class GlobalIdentitiesManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/kopete/config/identity/kopeteidentityconfig.h b/kopete/kopete/config/identity/kopeteidentityconfig.h index ce09c6ca..51bf048d 100644 --- a/kopete/kopete/config/identity/kopeteidentityconfig.h +++ b/kopete/kopete/config/identity/kopeteidentityconfig.h @@ -35,7 +35,7 @@ class KopeteIdentityConfigBase; */ class KopeteIdentityConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KopeteIdentityConfig(TQWidget *parent, const char *name, const TQStringList &args ); diff --git a/kopete/kopete/config/plugins/kopetepluginconfig.h b/kopete/kopete/config/plugins/kopetepluginconfig.h index a0670259..30004b1b 100644 --- a/kopete/kopete/config/plugins/kopetepluginconfig.h +++ b/kopete/kopete/config/plugins/kopetepluginconfig.h @@ -29,7 +29,7 @@ class KopetePluginConfigPrivate; */ class KopetePluginConfig : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/contactlist/customnotificationprops.h b/kopete/kopete/contactlist/customnotificationprops.h index ecc0caec..6a2dc4ff 100644 --- a/kopete/kopete/contactlist/customnotificationprops.h +++ b/kopete/kopete/contactlist/customnotificationprops.h @@ -29,7 +29,7 @@ class NotifyDataObject; class CustomNotificationProps : public TQObject { - Q_OBJECT + TQ_OBJECT public: CustomNotificationProps( TQWidget *parent, Kopete::NotifyDataObject* item, const char * name = 0 ); diff --git a/kopete/kopete/contactlist/kopetecontactlistview.h b/kopete/kopete/contactlist/kopetecontactlistview.h index a513a2bf..9bbc0d73 100644 --- a/kopete/kopete/contactlist/kopetecontactlistview.h +++ b/kopete/kopete/contactlist/kopetecontactlistview.h @@ -58,7 +58,7 @@ class MessageEvent; */ class KopeteContactListView : public Kopete::UI::ListView::ListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/contactlist/kopetegrouplistaction.h b/kopete/kopete/contactlist/kopetegrouplistaction.h index 8230e030..40267bb5 100644 --- a/kopete/kopete/contactlist/kopetegrouplistaction.h +++ b/kopete/kopete/contactlist/kopetegrouplistaction.h @@ -28,7 +28,7 @@ */ class KopeteGroupListAction : public TDEListAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/contactlist/kopetegroupviewitem.h b/kopete/kopete/contactlist/kopetegroupviewitem.h index f42b614c..fc87bf54 100644 --- a/kopete/kopete/contactlist/kopetegroupviewitem.h +++ b/kopete/kopete/contactlist/kopetegroupviewitem.h @@ -34,7 +34,7 @@ class Group; */ class KopeteGroupViewItem : public Kopete::UI::ListView::Item { - Q_OBJECT + TQ_OBJECT public: KopeteGroupViewItem( Kopete::Group *group , TQListView *parent, const char *name = 0 ); diff --git a/kopete/kopete/contactlist/kopetelviprops.h b/kopete/kopete/contactlist/kopetelviprops.h index 902ff703..ac28d7fd 100644 --- a/kopete/kopete/contactlist/kopetelviprops.h +++ b/kopete/kopete/contactlist/kopetelviprops.h @@ -42,7 +42,7 @@ namespace Kopete { class Contact; } class KopeteGVIProps: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -64,7 +64,7 @@ class KopeteGVIProps: public KDialogBase class KopeteMetaLVIProps: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.h b/kopete/kopete/contactlist/kopetemetacontactlvi.h index c9cb0873..c2c646fd 100644 --- a/kopete/kopete/contactlist/kopetemetacontactlvi.h +++ b/kopete/kopete/contactlist/kopetemetacontactlvi.h @@ -52,7 +52,7 @@ class KopeteGroupViewItem; */ class KopeteMetaContactLVI : public Kopete::UI::ListView::Item { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/contactlist/tdeabcexport.h b/kopete/kopete/contactlist/tdeabcexport.h index c686dafd..fe36c70f 100644 --- a/kopete/kopete/contactlist/tdeabcexport.h +++ b/kopete/kopete/contactlist/tdeabcexport.h @@ -35,7 +35,7 @@ namespace KRES { class KabcExportWizard : public KabcExportWizard_Base { -Q_OBJECT +TQ_OBJECT public: KabcExportWizard( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kopete/kopete/kimifaceimpl.h b/kopete/kopete/kimifaceimpl.h index a751d0be..e6a60afb 100644 --- a/kopete/kopete/kimifaceimpl.h +++ b/kopete/kopete/kimifaceimpl.h @@ -27,7 +27,7 @@ class MetaContact; class KIMIfaceImpl : public TQObject, public KIMIface { - Q_OBJECT + TQ_OBJECT public: KIMIfaceImpl(); diff --git a/kopete/kopete/kopeteaccountstatusbaricon.h b/kopete/kopete/kopeteaccountstatusbaricon.h index 0b74977e..e60d3ed6 100644 --- a/kopete/kopete/kopeteaccountstatusbaricon.h +++ b/kopete/kopete/kopeteaccountstatusbaricon.h @@ -32,7 +32,7 @@ class Account; */ class KopeteAccountStatusBarIcon : public TQLabel { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/kopeteapplication.h b/kopete/kopete/kopeteapplication.h index 9f678bf3..8490684e 100644 --- a/kopete/kopete/kopeteapplication.h +++ b/kopete/kopete/kopeteapplication.h @@ -42,7 +42,7 @@ namespace Kopete */ class KopeteApplication : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/kopeteballoon.h b/kopete/kopete/kopeteballoon.h index 204584ce..14c388a1 100644 --- a/kopete/kopete/kopeteballoon.h +++ b/kopete/kopete/kopeteballoon.h @@ -30,7 +30,7 @@ */ class KopeteActiveLabel : public KActiveLabel { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ public slots: */ class KopeteBalloon : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/kopete/kopeteeditglobalidentitywidget.h b/kopete/kopete/kopeteeditglobalidentitywidget.h index d2e077a0..91e4ea65 100644 --- a/kopete/kopete/kopeteeditglobalidentitywidget.h +++ b/kopete/kopete/kopeteeditglobalidentitywidget.h @@ -32,7 +32,7 @@ */ class KopeteEditGlobalIdentityWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KopeteEditGlobalIdentityWidget(TQWidget *parent = 0, const char *name = 0); @@ -86,7 +86,7 @@ class TQMouseEvent; */ class ClickableLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: ClickableLabel(TQWidget *parent = 0, const char *name = 0); diff --git a/kopete/kopete/kopetewindow.h b/kopete/kopete/kopetewindow.h index 6f9dfb76..5cd8c5f5 100644 --- a/kopete/kopete/kopetewindow.h +++ b/kopete/kopete/kopetewindow.h @@ -60,7 +60,7 @@ class Protocol; */ class KopeteWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: @@ -265,7 +265,7 @@ private: class GlobalStatusMessageIconLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: GlobalStatusMessageIconLabel(TQWidget *parent = 0, const char *name = 0); diff --git a/kopete/kopete/systemtray.h b/kopete/kopete/systemtray.h index ea8e81a7..22d1a20d 100644 --- a/kopete/kopete/systemtray.h +++ b/kopete/kopete/systemtray.h @@ -41,7 +41,7 @@ class KopeteBalloon; */ class KopeteSystemTray : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/avdevice/qvideostream.h b/kopete/libkopete/avdevice/qvideostream.h index e83ea547..28d8da04 100644 --- a/kopete/libkopete/avdevice/qvideostream.h +++ b/kopete/libkopete/avdevice/qvideostream.h @@ -41,7 +41,7 @@ class QVideoStreamPrivate; */ class QVideoStream : public TQObject, public QVideo { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/compat/kpixmapregionselectorwidget.h b/kopete/libkopete/compat/kpixmapregionselectorwidget.h index 0eb626ed..d99fdfcb 100644 --- a/kopete/libkopete/compat/kpixmapregionselectorwidget.h +++ b/kopete/libkopete/compat/kpixmapregionselectorwidget.h @@ -43,7 +43,7 @@ class TDEPopupMenu; */ class KOPETE_EXPORT KPixmapRegionSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/connectionmanager.h b/kopete/libkopete/connectionmanager.h index 44ff1b2e..8e2e0b11 100644 --- a/kopete/libkopete/connectionmanager.h +++ b/kopete/libkopete/connectionmanager.h @@ -25,7 +25,7 @@ class ConnectionManagerPrivate; class KOPETE_EXPORT ConnectionManager : public TQObject, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP public: diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h index 1779f174..17a4e074 100644 --- a/kopete/libkopete/kautoconfig.h +++ b/kopete/libkopete/kautoconfig.h @@ -87,7 +87,7 @@ class TQWidget; */ class KOPETE_EXPORT KAutoConfig : public TQObject { -Q_OBJECT +TQ_OBJECT signals: diff --git a/kopete/libkopete/kcautoconfigmodule.h b/kopete/libkopete/kcautoconfigmodule.h index 6d5a1eb7..e9ece419 100644 --- a/kopete/libkopete/kcautoconfigmodule.h +++ b/kopete/libkopete/kcautoconfigmodule.h @@ -52,7 +52,7 @@ class TDEConfig; */ class KOPETE_EXPORT KCAutoConfigModule : public TDECModule { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/knotification.h b/kopete/libkopete/knotification.h index f9c2ec5d..7d6513b7 100644 --- a/kopete/libkopete/knotification.h +++ b/kopete/libkopete/knotification.h @@ -53,7 +53,7 @@ namespace Kopete { class MetaContact; } */ class KOPETE_EXPORT KNotification : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopeteaccount.h b/kopete/libkopete/kopeteaccount.h index a8cd087c..697200fa 100644 --- a/kopete/libkopete/kopeteaccount.h +++ b/kopete/libkopete/kopeteaccount.h @@ -65,7 +65,7 @@ class BlackLister; */ class KOPETE_EXPORT Account : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( AddMode ) diff --git a/kopete/libkopete/kopeteaccountmanager.h b/kopete/libkopete/kopeteaccountmanager.h index 70aaad9d..ffb83622 100644 --- a/kopete/libkopete/kopeteaccountmanager.h +++ b/kopete/libkopete/kopeteaccountmanager.h @@ -45,7 +45,7 @@ class OnlineStatus; */ class KOPETE_EXPORT AccountManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopeteaway.h b/kopete/libkopete/kopeteaway.h index e74e43c7..38d86a3c 100644 --- a/kopete/libkopete/kopeteaway.h +++ b/kopete/libkopete/kopeteaway.h @@ -56,7 +56,7 @@ namespace Kopete */ class KOPETE_EXPORT Away : public TQObject { -Q_OBJECT +TQ_OBJECT friend class ::KopeteAwayDialog; diff --git a/kopete/libkopete/kopeteawayaction.h b/kopete/libkopete/kopeteawayaction.h index a5a9def4..8d234464 100644 --- a/kopete/libkopete/kopeteawayaction.h +++ b/kopete/libkopete/kopeteawayaction.h @@ -39,7 +39,7 @@ class OnlineStatus; */ class KOPETE_EXPORT AwayAction : public TDESelectAction { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/kopeteawaydialog.h b/kopete/libkopete/kopeteawaydialog.h index c98a23a3..532e16e7 100644 --- a/kopete/libkopete/kopeteawaydialog.h +++ b/kopete/libkopete/kopeteawaydialog.h @@ -52,7 +52,7 @@ class KopeteAwayDialogPrivate; class KOPETE_EXPORT KopeteAwayDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopeteblacklister.h b/kopete/libkopete/kopeteblacklister.h index 29bf9d79..d22ac7ac 100644 --- a/kopete/libkopete/kopeteblacklister.h +++ b/kopete/libkopete/kopeteblacklister.h @@ -44,7 +44,7 @@ class Contact; */ class BlackLister : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetechatsession.h b/kopete/libkopete/kopetechatsession.h index 22506dcd..61b88cbd 100644 --- a/kopete/libkopete/kopetechatsession.h +++ b/kopete/libkopete/kopetechatsession.h @@ -76,7 +76,7 @@ class KOPETE_EXPORT ChatSession : public TQObject , public KXMLGUIClient // friend class so the object factory can access the protected constructor friend class ChatSessionManager; - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetechatsessionmanager.h b/kopete/libkopete/kopetechatsessionmanager.h index 1ecab437..e71ace41 100644 --- a/kopete/libkopete/kopetechatsessionmanager.h +++ b/kopete/libkopete/kopetechatsessionmanager.h @@ -48,7 +48,7 @@ typedef TQValueList<Message> MessageList; */ class KOPETE_EXPORT ChatSessionManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetecommandhandler.h b/kopete/libkopete/kopetecommandhandler.h index 80f95872..595068ce 100644 --- a/kopete/libkopete/kopetecommandhandler.h +++ b/kopete/libkopete/kopetecommandhandler.h @@ -49,7 +49,7 @@ class KOPETE_EXPORT CommandHandler : public TQObject { friend class ::KopeteCommandGUIClient; - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetecontact.h b/kopete/libkopete/kopetecontact.h index df4fb769..cd4ae84d 100644 --- a/kopete/libkopete/kopetecontact.h +++ b/kopete/libkopete/kopetecontact.h @@ -53,7 +53,7 @@ typedef TQPtrList<Group> GroupList; */ class KOPETE_EXPORT Contact : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( CanCreateFlags ) diff --git a/kopete/libkopete/kopetecontactlist.h b/kopete/libkopete/kopetecontactlist.h index 742c9c67..cc4ebd16 100644 --- a/kopete/libkopete/kopetecontactlist.h +++ b/kopete/libkopete/kopetecontactlist.h @@ -49,7 +49,7 @@ class Contact; */ class KOPETE_EXPORT ContactList : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetecontactlistelement.h b/kopete/libkopete/kopetecontactlistelement.h index c0bc9be8..2e015a55 100644 --- a/kopete/libkopete/kopetecontactlistelement.h +++ b/kopete/libkopete/kopetecontactlistelement.h @@ -43,7 +43,7 @@ class Plugin; */ class KOPETE_EXPORT ContactListElement : public TQObject /* public KopeteNotifyDataObject */ { - Q_OBJECT + TQ_OBJECT protected: diff --git a/kopete/libkopete/kopetegroup.h b/kopete/libkopete/kopetegroup.h index b175bce1..6a3f3ea3 100644 --- a/kopete/libkopete/kopetegroup.h +++ b/kopete/libkopete/kopetegroup.h @@ -50,7 +50,7 @@ class KOPETE_EXPORT Group : public ContactListElement, public NotifyDataObject TQ_PROPERTY( uint groupId READ groupId ) TQ_PROPERTY( bool expanded READ isExpanded WRITE setExpanded ) - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetemessageevent.h b/kopete/libkopete/kopetemessageevent.h index 919d1618..4ff32129 100644 --- a/kopete/libkopete/kopetemessageevent.h +++ b/kopete/libkopete/kopetemessageevent.h @@ -41,7 +41,7 @@ namespace Kopete **/ class KOPETE_EXPORT MessageEvent : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetemessagehandler.h b/kopete/libkopete/kopetemessagehandler.h index a222ba2b..e6ecb954 100644 --- a/kopete/libkopete/kopetemessagehandler.h +++ b/kopete/libkopete/kopetemessagehandler.h @@ -44,7 +44,7 @@ class ChatSession; */ class KOPETE_EXPORT MessageHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: MessageHandler(); diff --git a/kopete/libkopete/kopetemessagehandlerchain.h b/kopete/libkopete/kopetemessagehandlerchain.h index 0e611dd6..26148285 100644 --- a/kopete/libkopete/kopetemessagehandlerchain.h +++ b/kopete/libkopete/kopetemessagehandlerchain.h @@ -43,7 +43,7 @@ class ProcessMessageTask; */ class MessageHandlerChain : public TQObject, private TDEShared { - Q_OBJECT + TQ_OBJECT public: friend class TDESharedPtr<MessageHandlerChain>; @@ -73,7 +73,7 @@ private: */ class ProcessMessageTask : public Task { - Q_OBJECT + TQ_OBJECT public: MessageEvent *event(); diff --git a/kopete/libkopete/kopetemetacontact.h b/kopete/libkopete/kopetemetacontact.h index 93c42f6f..ca5b3711 100644 --- a/kopete/libkopete/kopetemetacontact.h +++ b/kopete/libkopete/kopetemetacontact.h @@ -56,7 +56,7 @@ class Picture; */ class KOPETE_EXPORT MetaContact : public ContactListElement, public NotifyDataObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString displayName READ displayName WRITE setDisplayName ) diff --git a/kopete/libkopete/kopeteonlinestatusmanager.h b/kopete/libkopete/kopeteonlinestatusmanager.h index 7db5f238..ff603e0b 100644 --- a/kopete/libkopete/kopeteonlinestatusmanager.h +++ b/kopete/libkopete/kopeteonlinestatusmanager.h @@ -41,7 +41,7 @@ namespace Kopete */ class KOPETE_EXPORT OnlineStatusManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: static OnlineStatusManager* self(); @@ -151,7 +151,7 @@ private: */ class OnlineStatusAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: OnlineStatusAction ( const OnlineStatus& status, const TQString &text, const TQIconSet &pix, TQObject *parent=0, const char *name=0); diff --git a/kopete/libkopete/kopetepassword.h b/kopete/libkopete/kopetepassword.h index dc67099f..6b17b2b8 100644 --- a/kopete/libkopete/kopetepassword.h +++ b/kopete/libkopete/kopetepassword.h @@ -45,7 +45,7 @@ namespace Kopete */ class KOPETE_EXPORT Password : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -207,7 +207,7 @@ private: */ class KopetePasswordRequestBase : public virtual TQObject { - Q_OBJECT + TQ_OBJECT signals: void requestFinished( const TQString &password ); diff --git a/kopete/libkopete/kopetepasswordedaccount.h b/kopete/libkopete/kopetepasswordedaccount.h index f34ae187..6c8528c6 100644 --- a/kopete/libkopete/kopetepasswordedaccount.h +++ b/kopete/libkopete/kopetepasswordedaccount.h @@ -34,7 +34,7 @@ class Password; */ class KOPETE_EXPORT PasswordedAccount : public Account { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopeteplugin.h b/kopete/libkopete/kopeteplugin.h index 54edc414..a7de7451 100644 --- a/kopete/libkopete/kopeteplugin.h +++ b/kopete/libkopete/kopeteplugin.h @@ -89,7 +89,7 @@ Comment=Plugin that do some nice stuff */ class KOPETE_EXPORT Plugin : public TQObject, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetepluginmanager.h b/kopete/libkopete/kopetepluginmanager.h index a22984e8..c550e0fd 100644 --- a/kopete/libkopete/kopetepluginmanager.h +++ b/kopete/libkopete/kopetepluginmanager.h @@ -42,7 +42,7 @@ typedef TQValueList<Plugin*> PluginList; */ class KOPETE_EXPORT PluginManager : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( PluginLoadMode ) diff --git a/kopete/libkopete/kopeteprefs.h b/kopete/libkopete/kopeteprefs.h index 021ffb08..5e2ffd92 100644 --- a/kopete/libkopete/kopeteprefs.h +++ b/kopete/libkopete/kopeteprefs.h @@ -28,7 +28,7 @@ class TDEConfig; class KOPETE_EXPORT KopetePrefs : public TQObject { - Q_OBJECT + TQ_OBJECT // here so we can use TQt to translate enums<-->strings TQ_PROPERTY( ContactDisplayMode contactListDisplayMode READ contactListDisplayMode WRITE setContactListDisplayMode ) diff --git a/kopete/libkopete/kopeteprotocol.h b/kopete/libkopete/kopeteprotocol.h index f27c90f5..97d76462 100644 --- a/kopete/libkopete/kopeteprotocol.h +++ b/kopete/libkopete/kopeteprotocol.h @@ -57,7 +57,7 @@ class Account; */ class KOPETE_EXPORT Protocol : public Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetesimplemessagehandler.h b/kopete/libkopete/kopetesimplemessagehandler.h index a1628938..2a09aebe 100644 --- a/kopete/libkopete/kopetesimplemessagehandler.h +++ b/kopete/libkopete/kopetesimplemessagehandler.h @@ -68,7 +68,7 @@ private: */ class SimpleMessageHandler : public MessageHandler { - Q_OBJECT + TQ_OBJECT public: SimpleMessageHandler(); diff --git a/kopete/libkopete/kopetetask.h b/kopete/libkopete/kopetetask.h index fd5ee2a6..34151df1 100644 --- a/kopete/libkopete/kopetetask.h +++ b/kopete/libkopete/kopetetask.h @@ -47,7 +47,7 @@ namespace Kopete */ class Task : public TQObject { - Q_OBJECT + TQ_OBJECT protected: diff --git a/kopete/libkopete/kopetetransfermanager.h b/kopete/libkopete/kopetetransfermanager.h index f0ad5d81..7ce61fb3 100644 --- a/kopete/libkopete/kopetetransfermanager.h +++ b/kopete/libkopete/kopetetransfermanager.h @@ -65,7 +65,7 @@ private: */ class KOPETE_EXPORT TransferManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -134,7 +134,7 @@ private: */ class KOPETE_EXPORT Transfer : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/kopetewalletmanager.h b/kopete/libkopete/kopetewalletmanager.h index edb5cc31..7e91a3bb 100644 --- a/kopete/libkopete/kopetewalletmanager.h +++ b/kopete/libkopete/kopetewalletmanager.h @@ -36,7 +36,7 @@ namespace Kopete */ class KOPETE_EXPORT WalletManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -105,7 +105,7 @@ private: */ class KopeteWalletSignal : public TQObject { - Q_OBJECT + TQ_OBJECT friend class Kopete::WalletManager; signals: diff --git a/kopete/libkopete/managedconnectionaccount.h b/kopete/libkopete/managedconnectionaccount.h index 2141a2bf..6ebe9c59 100644 --- a/kopete/libkopete/managedconnectionaccount.h +++ b/kopete/libkopete/managedconnectionaccount.h @@ -35,7 +35,7 @@ class Protocol; */ class KOPETE_EXPORT ManagedConnectionAccount : public PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/private/kopetecommand.h b/kopete/libkopete/private/kopetecommand.h index 5fc967a2..b9493b9d 100644 --- a/kopete/libkopete/private/kopetecommand.h +++ b/kopete/libkopete/private/kopetecommand.h @@ -29,7 +29,7 @@ class ChatSession; class Command : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/private/kopeteemoticons.h b/kopete/libkopete/private/kopeteemoticons.h index 7bcb5851..6cbb6159 100644 --- a/kopete/libkopete/private/kopeteemoticons.h +++ b/kopete/libkopete/private/kopeteemoticons.h @@ -28,7 +28,7 @@ namespace Kopete { class KOPETE_EXPORT Emoticons : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/private/kopeteutils_private.h b/kopete/libkopete/private/kopeteutils_private.h index 5a380e8d..6a61ee3e 100644 --- a/kopete/libkopete/private/kopeteutils_private.h +++ b/kopete/libkopete/private/kopeteutils_private.h @@ -39,7 +39,7 @@ typedef struct class NotifyHelper : public TQObject { -Q_OBJECT +TQ_OBJECT public: static NotifyHelper* self(); diff --git a/kopete/libkopete/private/kopeteviewmanager.h b/kopete/libkopete/private/kopeteviewmanager.h index 2413bfc3..7322cfb4 100644 --- a/kopete/libkopete/private/kopeteviewmanager.h +++ b/kopete/libkopete/private/kopeteviewmanager.h @@ -38,7 +38,7 @@ struct KopeteViewManagerPrivate; */ class KOPETE_EXPORT KopeteViewManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** This is a singleton class. Call this method to get a pointer to diff --git a/kopete/libkopete/tdeabcpersistence.h b/kopete/libkopete/tdeabcpersistence.h index ea2b922a..6a30f516 100644 --- a/kopete/libkopete/tdeabcpersistence.h +++ b/kopete/libkopete/tdeabcpersistence.h @@ -41,7 +41,7 @@ namespace Kopete class KOPETE_EXPORT KABCPersistence : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/tests/kopetepasswordtest_program.h b/kopete/libkopete/tests/kopetepasswordtest_program.h index 45b08989..3b7ec984 100644 --- a/kopete/libkopete/tests/kopetepasswordtest_program.h +++ b/kopete/libkopete/tests/kopetepasswordtest_program.h @@ -5,7 +5,7 @@ class PasswordRetriever : public TQObject { - Q_OBJECT + TQ_OBJECT public: TQString password; diff --git a/kopete/libkopete/tests/kopetewallettest_program.h b/kopete/libkopete/tests/kopetewallettest_program.h index 81f818ed..72704b91 100644 --- a/kopete/libkopete/tests/kopetewallettest_program.h +++ b/kopete/libkopete/tests/kopetewallettest_program.h @@ -7,7 +7,7 @@ namespace TDEWallet { class Wallet; } class WalletReciever : public TQObject { - Q_OBJECT + TQ_OBJECT public slots: void timer(); diff --git a/kopete/libkopete/ui/accountselector.h b/kopete/libkopete/ui/accountselector.h index 72a5704c..48c664e9 100644 --- a/kopete/libkopete/ui/accountselector.h +++ b/kopete/libkopete/ui/accountselector.h @@ -30,7 +30,7 @@ class TQListViewItem; */ class KOPETE_EXPORT AccountSelector : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/libkopete/ui/addcontactpage.h b/kopete/libkopete/ui/addcontactpage.h index 94e9f534..a13bc6d4 100644 --- a/kopete/libkopete/ui/addcontactpage.h +++ b/kopete/libkopete/ui/addcontactpage.h @@ -31,7 +31,7 @@ */ class KOPETE_EXPORT AddContactPage : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/libkopete/ui/addressbooklinkwidget.h b/kopete/libkopete/ui/addressbooklinkwidget.h index a20f021f..36772f87 100644 --- a/kopete/libkopete/ui/addressbooklinkwidget.h +++ b/kopete/libkopete/ui/addressbooklinkwidget.h @@ -42,7 +42,7 @@ namespace UI { */ class AddressBookLinkWidget : public AddressBookLinkWidgetBase { -Q_OBJECT +TQ_OBJECT public: AddressBookLinkWidget( TQWidget * parent, const char * name ); diff --git a/kopete/libkopete/ui/addressbookselectordialog.h b/kopete/libkopete/ui/addressbookselectordialog.h index ce763d3c..3be5df72 100644 --- a/kopete/libkopete/ui/addressbookselectordialog.h +++ b/kopete/libkopete/ui/addressbookselectordialog.h @@ -46,7 +46,7 @@ class AddressBookSelectorWidget; */ class KOPETE_EXPORT AddressBookSelectorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/ui/addressbookselectorwidget.h b/kopete/libkopete/ui/addressbookselectorwidget.h index 3cdf324b..bd49483f 100644 --- a/kopete/libkopete/ui/addressbookselectorwidget.h +++ b/kopete/libkopete/ui/addressbookselectorwidget.h @@ -47,7 +47,7 @@ namespace UI class KOPETE_EXPORT AddressBookSelectorWidget : public AddressBookSelectorWidget_Base { - Q_OBJECT + TQ_OBJECT public: AddressBookSelectorWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kopete/libkopete/ui/contactaddednotifydialog.h b/kopete/libkopete/ui/contactaddednotifydialog.h index 78c39aa2..139375d0 100644 --- a/kopete/libkopete/ui/contactaddednotifydialog.h +++ b/kopete/libkopete/ui/contactaddednotifydialog.h @@ -69,7 +69,7 @@ namespace UI { */ class KOPETE_EXPORT ContactAddedNotifyDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kopete/libkopete/ui/kopetecontactaction.h b/kopete/libkopete/ui/kopetecontactaction.h index bbd98a5b..702145f3 100644 --- a/kopete/libkopete/ui/kopetecontactaction.h +++ b/kopete/libkopete/ui/kopetecontactaction.h @@ -31,7 +31,7 @@ class Contact; */ class KOPETE_EXPORT KopeteContactAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/ui/kopetefileconfirmdialog.h b/kopete/libkopete/ui/kopetefileconfirmdialog.h index 4cc2bc9b..0286df99 100644 --- a/kopete/libkopete/ui/kopetefileconfirmdialog.h +++ b/kopete/libkopete/ui/kopetefileconfirmdialog.h @@ -30,7 +30,7 @@ class FileConfirmBase; class KopeteFileConfirmDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/libkopete/ui/kopetelistview.h b/kopete/libkopete/ui/kopetelistview.h index c7b5f4ae..a3297d01 100644 --- a/kopete/libkopete/ui/kopetelistview.h +++ b/kopete/libkopete/ui/kopetelistview.h @@ -31,7 +31,7 @@ namespace ListView { */ class ListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/ui/kopetelistviewitem.h b/kopete/libkopete/ui/kopetelistviewitem.h index 06f37e78..e4f254ce 100644 --- a/kopete/libkopete/ui/kopetelistviewitem.h +++ b/kopete/libkopete/ui/kopetelistviewitem.h @@ -453,7 +453,7 @@ public: */ class Item : public TQObject, public TDEListViewItem, public ComponentBase { - Q_OBJECT + TQ_OBJECT public: Item( TQListView *parent, TQObject *owner = 0, const char *name = 0 ); diff --git a/kopete/libkopete/ui/kopetelistviewsearchline.h b/kopete/libkopete/ui/kopetelistviewsearchline.h index 0ad5637a..84aa87ff 100644 --- a/kopete/libkopete/ui/kopetelistviewsearchline.h +++ b/kopete/libkopete/ui/kopetelistviewsearchline.h @@ -28,7 +28,7 @@ class ListView; class SearchLine : public TDEListViewSearchLine { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/libkopete/ui/kopetepasswordwidget.h b/kopete/libkopete/ui/kopetepasswordwidget.h index d62a55ff..902dfd4c 100644 --- a/kopete/libkopete/ui/kopetepasswordwidget.h +++ b/kopete/libkopete/ui/kopetepasswordwidget.h @@ -36,7 +36,7 @@ namespace UI */ class KOPETE_EXPORT PasswordWidget : public KopetePasswordWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/ui/kopetestdaction.h b/kopete/libkopete/ui/kopetestdaction.h index b2a3d414..0dc5275e 100644 --- a/kopete/libkopete/ui/kopetestdaction.h +++ b/kopete/libkopete/ui/kopetestdaction.h @@ -103,7 +103,7 @@ namespace KSettings class KOPETE_EXPORT KopetePreferencesAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/libkopete/ui/metacontactselectorwidget.h b/kopete/libkopete/ui/metacontactselectorwidget.h index d1f684a7..c0d4fd1e 100644 --- a/kopete/libkopete/ui/metacontactselectorwidget.h +++ b/kopete/libkopete/ui/metacontactselectorwidget.h @@ -37,7 +37,7 @@ namespace UI */ class KOPETE_EXPORT MetaContactSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MetaContactSelectorWidget( TQWidget *parent = 0, const char *name = 0 ); @@ -80,7 +80,7 @@ private: class MetaContactSelectorWidgetLVI : public Kopete::UI::ListView::Item { - Q_OBJECT + TQ_OBJECT public: MetaContactSelectorWidgetLVI(Kopete::MetaContact *mc, TQListView *parent, TQObject *owner = 0, const char *name = 0 ); diff --git a/kopete/libkopete/ui/userinfodialog.h b/kopete/libkopete/ui/userinfodialog.h index 9a7bcb4e..1e6c9dba 100644 --- a/kopete/libkopete/ui/userinfodialog.h +++ b/kopete/libkopete/ui/userinfodialog.h @@ -29,7 +29,7 @@ namespace Kopete { class KOPETE_EXPORT UserInfoDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: UserInfoDialog( const TQString& descr ); diff --git a/kopete/libkopete/webcamwidget.h b/kopete/libkopete/webcamwidget.h index 44a2a254..d00a4c30 100644 --- a/kopete/libkopete/webcamwidget.h +++ b/kopete/libkopete/webcamwidget.h @@ -30,7 +30,7 @@ namespace Kopete */ class KOPETE_EXPORT WebcamWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kopete/plugins/addbookmarks/addbookmarksplugin.h b/kopete/plugins/addbookmarks/addbookmarksplugin.h index 4bf10668..4cfe4ae2 100644 --- a/kopete/plugins/addbookmarks/addbookmarksplugin.h +++ b/kopete/plugins/addbookmarks/addbookmarksplugin.h @@ -26,7 +26,7 @@ class BookmarksPlugin : public Kopete::Plugin { -Q_OBJECT +TQ_OBJECT public: BookmarksPlugin(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kopete/plugins/addbookmarks/addbookmarkspreferences.h b/kopete/plugins/addbookmarks/addbookmarkspreferences.h index 32094012..446ed675 100644 --- a/kopete/plugins/addbookmarks/addbookmarkspreferences.h +++ b/kopete/plugins/addbookmarks/addbookmarkspreferences.h @@ -21,7 +21,7 @@ */ class BookmarksPreferences : public TDECModule { -Q_OBJECT +TQ_OBJECT public: BookmarksPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList()); diff --git a/kopete/plugins/addbookmarks/addbookmarksprefssettings.h b/kopete/plugins/addbookmarks/addbookmarksprefssettings.h index 64e878d8..d0263a5b 100644 --- a/kopete/plugins/addbookmarks/addbookmarksprefssettings.h +++ b/kopete/plugins/addbookmarks/addbookmarksprefssettings.h @@ -20,7 +20,7 @@ */ class BookmarksPrefsSettings : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum UseSubfolders { Always=0, Never=1, SelectedContacts=2, UnselectedContacts=3 }; diff --git a/kopete/plugins/alias/aliasplugin.h b/kopete/plugins/alias/aliasplugin.h index ae27b7de..0ee7f455 100644 --- a/kopete/plugins/alias/aliasplugin.h +++ b/kopete/plugins/alias/aliasplugin.h @@ -14,7 +14,7 @@ class AliasPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/alias/aliaspreferences.h b/kopete/plugins/alias/aliaspreferences.h index 4d987a1f..5f09e3a2 100644 --- a/kopete/plugins/alias/aliaspreferences.h +++ b/kopete/plugins/alias/aliaspreferences.h @@ -23,7 +23,7 @@ namespace Kopete { class Plugin; } class AliasPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/alias/editaliasdialog.h b/kopete/plugins/alias/editaliasdialog.h index 0a8452d0..3f15fee3 100644 --- a/kopete/plugins/alias/editaliasdialog.h +++ b/kopete/plugins/alias/editaliasdialog.h @@ -24,7 +24,7 @@ class TQWidget; class EditAliasDialog : public AliasDialog { - Q_OBJECT + TQ_OBJECT public: EditAliasDialog( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/plugins/autoreplace/autoreplaceplugin.h b/kopete/plugins/autoreplace/autoreplaceplugin.h index c91fc418..32bcb5de 100644 --- a/kopete/plugins/autoreplace/autoreplaceplugin.h +++ b/kopete/plugins/autoreplace/autoreplaceplugin.h @@ -37,7 +37,7 @@ class AutoReplaceConfig; class AutoReplacePlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/autoreplace/autoreplacepreferences.h b/kopete/plugins/autoreplace/autoreplacepreferences.h index 54470433..a49132da 100644 --- a/kopete/plugins/autoreplace/autoreplacepreferences.h +++ b/kopete/plugins/autoreplace/autoreplacepreferences.h @@ -31,7 +31,7 @@ class AutoReplaceConfig; class AutoReplacePreferences : public KCAutoConfigModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/connectionstatus/connectionstatusplugin.h b/kopete/plugins/connectionstatus/connectionstatusplugin.h index b78aabf4..258dba9e 100644 --- a/kopete/plugins/connectionstatus/connectionstatusplugin.h +++ b/kopete/plugins/connectionstatus/connectionstatusplugin.h @@ -28,7 +28,7 @@ class TDEProcess; */ class ConnectionStatusPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/contactnotes/contactnotesedit.h b/kopete/plugins/contactnotes/contactnotesedit.h index f9a3d892..ffef0d36 100644 --- a/kopete/plugins/contactnotes/contactnotesedit.h +++ b/kopete/plugins/contactnotes/contactnotesedit.h @@ -32,7 +32,7 @@ class ContactNotesPlugin; */ class ContactNotesEdit : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ContactNotesEdit(Kopete::MetaContact *m,ContactNotesPlugin *p=0 ,const char *name=0); diff --git a/kopete/plugins/contactnotes/contactnotesplugin.h b/kopete/plugins/contactnotes/contactnotesplugin.h index 34335186..084ecbc4 100644 --- a/kopete/plugins/contactnotes/contactnotesplugin.h +++ b/kopete/plugins/contactnotes/contactnotesplugin.h @@ -39,7 +39,7 @@ namespace Kopete { class MetaContact; } class ContactNotesPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/cryptography/cryptographyguiclient.h b/kopete/plugins/cryptography/cryptographyguiclient.h index f9c29a49..b2cb4ba5 100644 --- a/kopete/plugins/cryptography/cryptographyguiclient.h +++ b/kopete/plugins/cryptography/cryptographyguiclient.h @@ -26,7 +26,7 @@ class TDEToggleAction; */ class CryptographyGUIClient : public TQObject, public KXMLGUIClient { -Q_OBJECT +TQ_OBJECT public: CryptographyGUIClient(Kopete::ChatSession *parent = 0); diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h index 262ded68..00818a0e 100644 --- a/kopete/plugins/cryptography/cryptographyplugin.h +++ b/kopete/plugins/cryptography/cryptographyplugin.h @@ -39,7 +39,7 @@ namespace Kopete class CryptographyPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/cryptography/cryptographypreferences.h b/kopete/plugins/cryptography/cryptographypreferences.h index db6d910a..5c10708a 100644 --- a/kopete/plugins/cryptography/cryptographypreferences.h +++ b/kopete/plugins/cryptography/cryptographypreferences.h @@ -28,7 +28,7 @@ class KAutoConfig; * @author Olivier Goffart */ class CryptographyPreferences : public KCAutoConfigModule { - Q_OBJECT + TQ_OBJECT public: CryptographyPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList()); diff --git a/kopete/plugins/cryptography/cryptographyselectuserkey.h b/kopete/plugins/cryptography/cryptographyselectuserkey.h index 3d8847a6..4364c359 100644 --- a/kopete/plugins/cryptography/cryptographyselectuserkey.h +++ b/kopete/plugins/cryptography/cryptographyselectuserkey.h @@ -28,7 +28,7 @@ class CryptographyUserKey_ui; */ class CryptographySelectUserKey : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CryptographySelectUserKey(const TQString &key, Kopete::MetaContact *mc); diff --git a/kopete/plugins/cryptography/kgpginterface.h b/kopete/plugins/cryptography/kgpginterface.h index 9ed98871..e6228790 100644 --- a/kopete/plugins/cryptography/kgpginterface.h +++ b/kopete/plugins/cryptography/kgpginterface.h @@ -29,7 +29,7 @@ //class KgpgEncryptFile : public TQObject { class KgpgInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/cryptography/kgpgselkey.h b/kopete/plugins/cryptography/kgpgselkey.h index a832c886..88d6902c 100644 --- a/kopete/plugins/cryptography/kgpgselkey.h +++ b/kopete/plugins/cryptography/kgpgselkey.h @@ -40,7 +40,7 @@ struct gpgKey { class KgpgSelKey : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/cryptography/popuppublic.h b/kopete/plugins/cryptography/popuppublic.h index 547f8483..cbd301ba 100644 --- a/kopete/plugins/cryptography/popuppublic.h +++ b/kopete/plugins/cryptography/popuppublic.h @@ -33,7 +33,7 @@ class KProcIO; class popupPublic : public KDialogBase //TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/highlight/highlightplugin.h b/kopete/plugins/highlight/highlightplugin.h index a85b21a7..756f42e4 100644 --- a/kopete/plugins/highlight/highlightplugin.h +++ b/kopete/plugins/highlight/highlightplugin.h @@ -42,7 +42,7 @@ class Filter; class HighlightPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h index b5cfed0c..6da535ce 100644 --- a/kopete/plugins/highlight/highlightpreferences.h +++ b/kopete/plugins/highlight/highlightpreferences.h @@ -30,7 +30,7 @@ class TQListViewItem; */ class HighlightPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/history/historydialog.h b/kopete/plugins/history/historydialog.h index 7efea5fa..8a6ab638 100644 --- a/kopete/plugins/history/historydialog.h +++ b/kopete/plugins/history/historydialog.h @@ -61,7 +61,7 @@ class DMPair */ class HistoryDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/history/historyguiclient.h b/kopete/plugins/history/historyguiclient.h index 86c4ae21..69909a69 100644 --- a/kopete/plugins/history/historyguiclient.h +++ b/kopete/plugins/history/historyguiclient.h @@ -28,7 +28,7 @@ class TDEAction; */ class HistoryGUIClient : public TQObject , public KXMLGUIClient { -Q_OBJECT +TQ_OBJECT public: HistoryGUIClient(Kopete::ChatSession *parent = 0, const char *name = 0); diff --git a/kopete/plugins/history/historylogger.h b/kopete/plugins/history/historylogger.h index 274eabd1..4b905179 100644 --- a/kopete/plugins/history/historylogger.h +++ b/kopete/plugins/history/historylogger.h @@ -34,7 +34,7 @@ class TQTimer; */ class HistoryLogger : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/plugins/history/historyplugin.h b/kopete/plugins/history/historyplugin.h index d20a28c9..fcb383ab 100644 --- a/kopete/plugins/history/historyplugin.h +++ b/kopete/plugins/history/historyplugin.h @@ -73,7 +73,7 @@ public: */ class HistoryPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: HistoryPlugin( TQObject *parent, const char *name, const TQStringList &args ); diff --git a/kopete/plugins/history/historypreferences.h b/kopete/plugins/history/historypreferences.h index 7406404f..93e6b9b1 100644 --- a/kopete/plugins/history/historypreferences.h +++ b/kopete/plugins/history/historypreferences.h @@ -28,7 +28,7 @@ class HistoryPrefsUI; */ class HistoryPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: HistoryPreferences(TQWidget *parent=0, const char* name=0, diff --git a/kopete/plugins/latex/latexguiclient.h b/kopete/plugins/latex/latexguiclient.h index b8e5efc5..261fa2fc 100644 --- a/kopete/plugins/latex/latexguiclient.h +++ b/kopete/plugins/latex/latexguiclient.h @@ -36,7 +36,7 @@ namespace Kopete { class ChatSession; } class LatexGUIClient : public TQObject , public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/latex/latexplugin.h b/kopete/plugins/latex/latexplugin.h index 5b88e791..16efc13b 100644 --- a/kopete/plugins/latex/latexplugin.h +++ b/kopete/plugins/latex/latexplugin.h @@ -41,7 +41,7 @@ namespace Kopete { class Message; class ChatSession; } class LatexPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/latex/latexpreferences.h b/kopete/plugins/latex/latexpreferences.h index ed92191e..c16f373e 100644 --- a/kopete/plugins/latex/latexpreferences.h +++ b/kopete/plugins/latex/latexpreferences.h @@ -30,7 +30,7 @@ class TQListViewItem; class LatexPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/motionautoaway/motionawayplugin.h b/kopete/plugins/motionautoaway/motionawayplugin.h index bbfa2adc..fcd9f58b 100644 --- a/kopete/plugins/motionautoaway/motionawayplugin.h +++ b/kopete/plugins/motionautoaway/motionawayplugin.h @@ -35,7 +35,7 @@ class TQTimer; class MotionAwayPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/motionautoaway/motionawaypreferences.h b/kopete/plugins/motionautoaway/motionawaypreferences.h index c3074560..13414483 100644 --- a/kopete/plugins/motionautoaway/motionawaypreferences.h +++ b/kopete/plugins/motionautoaway/motionawaypreferences.h @@ -28,7 +28,7 @@ class motionawayPrefsUI; */ class MotionAwayPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: MotionAwayPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList()); diff --git a/kopete/plugins/netmeeting/netmeetingguiclient.h b/kopete/plugins/netmeeting/netmeetingguiclient.h index ab503694..98e2b18f 100644 --- a/kopete/plugins/netmeeting/netmeetingguiclient.h +++ b/kopete/plugins/netmeeting/netmeetingguiclient.h @@ -33,7 +33,7 @@ class NetMeetingPlugin; class NetMeetingGUIClient : public TQObject , public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/netmeeting/netmeetinginvitation.h b/kopete/plugins/netmeeting/netmeetinginvitation.h index 8bf88e96..75a2ee3a 100644 --- a/kopete/plugins/netmeeting/netmeetinginvitation.h +++ b/kopete/plugins/netmeeting/netmeetinginvitation.h @@ -27,7 +27,7 @@ class MSNContact; */ class NetMeetingInvitation : public TQObject , public MSNInvitation { -Q_OBJECT +TQ_OBJECT public: NetMeetingInvitation(bool incoming ,MSNContact*, TQObject *parent = 0); diff --git a/kopete/plugins/netmeeting/netmeetingplugin.h b/kopete/plugins/netmeeting/netmeetingplugin.h index 0456dadd..453853fd 100644 --- a/kopete/plugins/netmeeting/netmeetingplugin.h +++ b/kopete/plugins/netmeeting/netmeetingplugin.h @@ -28,7 +28,7 @@ class MSNInvitation; class NetMeetingPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/netmeeting/netmeetingpreferences.h b/kopete/plugins/netmeeting/netmeetingpreferences.h index 958860cf..5cf13a0d 100644 --- a/kopete/plugins/netmeeting/netmeetingpreferences.h +++ b/kopete/plugins/netmeeting/netmeetingpreferences.h @@ -27,7 +27,7 @@ class NetmeetingPrefsUI; */ class NetmeetingPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/nowlistening/nowlisteningguiclient.h b/kopete/plugins/nowlistening/nowlisteningguiclient.h index 6c78e125..fb6ddd18 100644 --- a/kopete/plugins/nowlistening/nowlisteningguiclient.h +++ b/kopete/plugins/nowlistening/nowlisteningguiclient.h @@ -33,7 +33,7 @@ namespace Kopete { class NowListeningGUIClient : public TQObject, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/nowlistening/nowlisteningplugin.h b/kopete/plugins/nowlistening/nowlisteningplugin.h index eb63caa6..5936d9dd 100644 --- a/kopete/plugins/nowlistening/nowlisteningplugin.h +++ b/kopete/plugins/nowlistening/nowlisteningplugin.h @@ -36,7 +36,7 @@ class TQStringList; */ class NowListeningPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT friend class NowListeningGUIClient; diff --git a/kopete/plugins/nowlistening/nowlisteningpreferences.h b/kopete/plugins/nowlistening/nowlisteningpreferences.h index 018ba6fb..dcb36ee7 100644 --- a/kopete/plugins/nowlistening/nowlisteningpreferences.h +++ b/kopete/plugins/nowlistening/nowlisteningpreferences.h @@ -31,7 +31,7 @@ class NowListeningConfig; class NowListeningPreferences : public TDECModule { -Q_OBJECT +TQ_OBJECT public: NowListeningPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList()); diff --git a/kopete/plugins/smpppdcs/detectornetstat.h b/kopete/plugins/smpppdcs/detectornetstat.h index 9542c58b..67e362cd 100644 --- a/kopete/plugins/smpppdcs/detectornetstat.h +++ b/kopete/plugins/smpppdcs/detectornetstat.h @@ -28,7 +28,7 @@ class IConnector; @author Heiko Schäfer <[email protected]> */ class DetectorNetstat : protected TQObject, public Detector { - Q_OBJECT + TQ_OBJECT DetectorNetstat(const DetectorNetstat&); diff --git a/kopete/plugins/smpppdcs/detectornetworkstatus.h b/kopete/plugins/smpppdcs/detectornetworkstatus.h index 8e45f53b..e82cdcd2 100644 --- a/kopete/plugins/smpppdcs/detectornetworkstatus.h +++ b/kopete/plugins/smpppdcs/detectornetworkstatus.h @@ -29,7 +29,7 @@ class ConnectionManager; */ class DetectorNetworkStatus : protected TQObject, public Detector { - Q_OBJECT + TQ_OBJECT DetectorNetworkStatus(const DetectorNetworkStatus&); diff --git a/kopete/plugins/smpppdcs/smpppdcsplugin.h b/kopete/plugins/smpppdcs/smpppdcsplugin.h index 30c8e715..2742abfa 100644 --- a/kopete/plugins/smpppdcs/smpppdcsplugin.h +++ b/kopete/plugins/smpppdcs/smpppdcsplugin.h @@ -47,7 +47,7 @@ class OnlineInquiry; * @author Chris Howells <[email protected]>, Heiko Schäfer <[email protected]> */ class SMPPPDCSPlugin : public Kopete::Plugin, public IConnector, virtual public SMPPPDCSIFace { - Q_OBJECT + TQ_OBJECT SMPPPDCSPlugin(const SMPPPDCSPlugin&); SMPPPDCSPlugin& operator=(const SMPPPDCSPlugin&); diff --git a/kopete/plugins/smpppdcs/smpppdcspreferences.h b/kopete/plugins/smpppdcs/smpppdcspreferences.h index 38ea101a..412837b7 100644 --- a/kopete/plugins/smpppdcs/smpppdcspreferences.h +++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h @@ -37,7 +37,7 @@ public: * @author Heiko Schäfer <[email protected]> */ class SMPPPDCSPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT SMPPPDCSPreferences(const SMPPPDCSPreferences&); diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h index d8545434..a5e6abef 100644 --- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h +++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h @@ -31,7 +31,7 @@ class SMPPPDSearcher; */ class SMPPPDCSPrefs : public SMPPPDCSPrefsBase { - Q_OBJECT + TQ_OBJECT SMPPPDCSPrefs(const SMPPPDCSPrefs&); diff --git a/kopete/plugins/smpppdcs/smpppdlocationwidget.h b/kopete/plugins/smpppdcs/smpppdlocationwidget.h index dbb7be12..47617c26 100644 --- a/kopete/plugins/smpppdcs/smpppdlocationwidget.h +++ b/kopete/plugins/smpppdcs/smpppdlocationwidget.h @@ -24,7 +24,7 @@ */ class SMPPPDLocationWidget : public SMPPPDLocationWidgetBase { - Q_OBJECT + TQ_OBJECT SMPPPDLocationWidget(const SMPPPDLocationWidget&); diff --git a/kopete/plugins/smpppdcs/smpppdsearcher.h b/kopete/plugins/smpppdcs/smpppdsearcher.h index e6c0b8ea..d5a41a64 100644 --- a/kopete/plugins/smpppdcs/smpppdsearcher.h +++ b/kopete/plugins/smpppdcs/smpppdsearcher.h @@ -29,7 +29,7 @@ class TDEProcess; * @author Heiko Schäfer <[email protected]> */ class SMPPPDSearcher : public TQObject { - Q_OBJECT + TQ_OBJECT SMPPPDSearcher(const SMPPPDSearcher&); diff --git a/kopete/plugins/smpppdcs/unittest/clienttest.h b/kopete/plugins/smpppdcs/unittest/clienttest.h index 2d46aebf..b921ec2a 100644 --- a/kopete/plugins/smpppdcs/unittest/clienttest.h +++ b/kopete/plugins/smpppdcs/unittest/clienttest.h @@ -23,7 +23,7 @@ @author Heiko Schäfer <[email protected]> */ class ClientTest : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT ClientTest(const ClientTest&); diff --git a/kopete/plugins/statistics/statisticsdialog.h b/kopete/plugins/statistics/statisticsdialog.h index a84f4b0e..c86ba1cd 100644 --- a/kopete/plugins/statistics/statisticsdialog.h +++ b/kopete/plugins/statistics/statisticsdialog.h @@ -38,7 +38,7 @@ namespace KParts class StatisticsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: StatisticsDialog(StatisticsContact *contact, StatisticsDB* db, TQWidget* parent=0, diff --git a/kopete/plugins/statistics/statisticsplugin.h b/kopete/plugins/statistics/statisticsplugin.h index 1f4da69c..f4f95f36 100644 --- a/kopete/plugins/statistics/statisticsplugin.h +++ b/kopete/plugins/statistics/statisticsplugin.h @@ -98,7 +98,7 @@ class TDEActionCollection; */ class StatisticsPlugin : public Kopete::Plugin, virtual public StatisticsDCOPIface { - Q_OBJECT + TQ_OBJECT public: /// Standard plugin constructors diff --git a/kopete/plugins/texteffect/texteffectplugin.h b/kopete/plugins/texteffect/texteffectplugin.h index bb94880f..70e44de3 100644 --- a/kopete/plugins/texteffect/texteffectplugin.h +++ b/kopete/plugins/texteffect/texteffectplugin.h @@ -40,7 +40,7 @@ class TextEffectConfig; class TextEffectPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/texteffect/texteffectpreferences.h b/kopete/plugins/texteffect/texteffectpreferences.h index 1f82929b..54c619e4 100644 --- a/kopete/plugins/texteffect/texteffectpreferences.h +++ b/kopete/plugins/texteffect/texteffectpreferences.h @@ -29,7 +29,7 @@ class TQStringList; */ class TextEffectPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/translator/translatordialog.h b/kopete/plugins/translator/translatordialog.h index 1c514ac6..fdaf3a40 100644 --- a/kopete/plugins/translator/translatordialog.h +++ b/kopete/plugins/translator/translatordialog.h @@ -30,7 +30,7 @@ class KTextEdit; */ class TranslatorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/translator/translatorguiclient.h b/kopete/plugins/translator/translatorguiclient.h index 3e3c5f13..0be000ca 100644 --- a/kopete/plugins/translator/translatorguiclient.h +++ b/kopete/plugins/translator/translatorguiclient.h @@ -36,7 +36,7 @@ namespace Kopete { class ChatSession; } class TranslatorGUIClient : public TQObject , public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/translator/translatorplugin.h b/kopete/plugins/translator/translatorplugin.h index bc544220..50228496 100644 --- a/kopete/plugins/translator/translatorplugin.h +++ b/kopete/plugins/translator/translatorplugin.h @@ -51,7 +51,7 @@ class TranslatorLanguages; */ class TranslatorPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT friend class TranslatorGUIClient; diff --git a/kopete/plugins/webpresence/webpresenceplugin.h b/kopete/plugins/webpresence/webpresenceplugin.h index 020c6b99..eb9cf2ed 100644 --- a/kopete/plugins/webpresence/webpresenceplugin.h +++ b/kopete/plugins/webpresence/webpresenceplugin.h @@ -37,7 +37,7 @@ typedef TQValueList<Kopete::Protocol*> ProtocolList; class WebPresencePlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT private: diff --git a/kopete/plugins/webpresence/webpresencepreferences.h b/kopete/plugins/webpresence/webpresencepreferences.h index e78be960..f3e45e96 100644 --- a/kopete/plugins/webpresence/webpresencepreferences.h +++ b/kopete/plugins/webpresence/webpresencepreferences.h @@ -28,7 +28,7 @@ class KAutoConfig; * @author Olivier Goffart */ class WebPresencePreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gaduaccount.h b/kopete/protocols/gadu/gaduaccount.h index 1f0fb72d..17726f23 100644 --- a/kopete/protocols/gadu/gaduaccount.h +++ b/kopete/protocols/gadu/gaduaccount.h @@ -52,7 +52,7 @@ class GaduDCCTransaction; class GaduAccount : public Kopete::PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gaduaddcontactpage.h b/kopete/protocols/gadu/gaduaddcontactpage.h index 952b1eda..231b29c0 100644 --- a/kopete/protocols/gadu/gaduaddcontactpage.h +++ b/kopete/protocols/gadu/gaduaddcontactpage.h @@ -35,7 +35,7 @@ class GaduAddUI; class GaduAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gaduaway.h b/kopete/protocols/gadu/gaduaway.h index 19edb95e..17ff47b6 100644 --- a/kopete/protocols/gadu/gaduaway.h +++ b/kopete/protocols/gadu/gaduaway.h @@ -30,7 +30,7 @@ class GaduAwayUI; class GaduAway : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gaducommands.h b/kopete/protocols/gadu/gaducommands.h index 4d239dfb..0e155c8e 100644 --- a/kopete/protocols/gadu/gaducommands.h +++ b/kopete/protocols/gadu/gaducommands.h @@ -36,7 +36,7 @@ class TQPixmap; class GaduCommand : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ private: class RegisterCommand : public GaduCommand { - Q_OBJECT + TQ_OBJECT public: @@ -106,7 +106,7 @@ private: class RemindPasswordCommand : public GaduCommand { - Q_OBJECT + TQ_OBJECT public: @@ -127,7 +127,7 @@ private: class ChangePasswordCommand : public GaduCommand { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gaducontact.h b/kopete/protocols/gadu/gaducontact.h index 4184c364..43c2bc1b 100644 --- a/kopete/protocols/gadu/gaducontact.h +++ b/kopete/protocols/gadu/gaducontact.h @@ -43,7 +43,7 @@ class TQStringList; class GaduContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gadudcc.h b/kopete/protocols/gadu/gadudcc.h index b1889ff1..33584d5c 100644 --- a/kopete/protocols/gadu/gadudcc.h +++ b/kopete/protocols/gadu/gadudcc.h @@ -33,7 +33,7 @@ class GaduAccount; class GaduDCCServer; class GaduDCC: public TQObject { - Q_OBJECT + TQ_OBJECT public: GaduDCC( TQObject* parent, const char* name = NULL ); diff --git a/kopete/protocols/gadu/gadudccserver.h b/kopete/protocols/gadu/gadudccserver.h index 143724c5..d039e8fa 100644 --- a/kopete/protocols/gadu/gadudccserver.h +++ b/kopete/protocols/gadu/gadudccserver.h @@ -32,7 +32,7 @@ class GaduDCCTransaction; class GaduAccount; class GaduDCCServer: public TQObject { - Q_OBJECT + TQ_OBJECT public: GaduDCCServer( TQHostAddress* dccIp = NULL, unsigned int port = 1550 ); diff --git a/kopete/protocols/gadu/gadudcctransaction.h b/kopete/protocols/gadu/gadudcctransaction.h index b308e534..432e2679 100644 --- a/kopete/protocols/gadu/gadudcctransaction.h +++ b/kopete/protocols/gadu/gadudcctransaction.h @@ -34,7 +34,7 @@ namespace Kopete { class FileTransferInfo; } class GaduDCC; class GaduDCCTransaction: TQObject { - Q_OBJECT + TQ_OBJECT public: GaduDCCTransaction( GaduDCC*, const char* name = NULL ); diff --git a/kopete/protocols/gadu/gadueditaccount.h b/kopete/protocols/gadu/gadueditaccount.h index 191d0a10..62f5f669 100644 --- a/kopete/protocols/gadu/gadueditaccount.h +++ b/kopete/protocols/gadu/gadueditaccount.h @@ -33,7 +33,7 @@ namespace Kopete { class Account; } class GaduEditAccount : public GaduAccountEditUI, public KopeteEditAccountWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gadueditcontact.h b/kopete/protocols/gadu/gadueditcontact.h index c582c8e7..0c8cc27c 100644 --- a/kopete/protocols/gadu/gadueditcontact.h +++ b/kopete/protocols/gadu/gadueditcontact.h @@ -34,7 +34,7 @@ class TQListViewItem; class GaduEditContact : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gaduprotocol.h b/kopete/protocols/gadu/gaduprotocol.h index 110d824f..b0bc6d1c 100644 --- a/kopete/protocols/gadu/gaduprotocol.h +++ b/kopete/protocols/gadu/gaduprotocol.h @@ -48,7 +48,7 @@ class GaduPreferences; class GaduProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gadupubdir.h b/kopete/protocols/gadu/gadupubdir.h index 86d385c1..25022362 100644 --- a/kopete/protocols/gadu/gadupubdir.h +++ b/kopete/protocols/gadu/gadupubdir.h @@ -38,7 +38,7 @@ class GaduContact; class GaduPublicDir : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gaduregisteraccount.h b/kopete/protocols/gadu/gaduregisteraccount.h index b065692b..778793e7 100644 --- a/kopete/protocols/gadu/gaduregisteraccount.h +++ b/kopete/protocols/gadu/gaduregisteraccount.h @@ -31,7 +31,7 @@ class GaduRegisterAccountUI; class GaduRegisterAccount : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/gadu/gadusession.h b/kopete/protocols/gadu/gadusession.h index bd486208..9488c5ca 100644 --- a/kopete/protocols/gadu/gadusession.h +++ b/kopete/protocols/gadu/gadusession.h @@ -90,7 +90,7 @@ class GaduRichTextFormat; class GaduSession : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/groupwise/gwaccount.h b/kopete/protocols/groupwise/gwaccount.h index 91caa1ab..a5004cd9 100644 --- a/kopete/protocols/groupwise/gwaccount.h +++ b/kopete/protocols/groupwise/gwaccount.h @@ -56,7 +56,7 @@ using namespace GroupWise; */ class GroupWiseAccount : public Kopete::ManagedConnectionAccount { - Q_OBJECT + TQ_OBJECT public: GroupWiseAccount( GroupWiseProtocol *parent, const TQString& accountID, const char *name = 0 ); @@ -346,7 +346,7 @@ private: */ /*class OnlineStatusMessageAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: OnlineStatusMessageAction ( const Kopete::OnlineStatus& status, const TQString &text, const TQString &message, const TQIconSet &pix, TQObject *parent=0, const char *name=0); diff --git a/kopete/protocols/groupwise/gwbytestream.h b/kopete/protocols/groupwise/gwbytestream.h index ce7d458e..6d293173 100644 --- a/kopete/protocols/groupwise/gwbytestream.h +++ b/kopete/protocols/groupwise/gwbytestream.h @@ -34,7 +34,7 @@ class KNetworkByteStream : public ByteStream { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/groupwise/gwconnector.h b/kopete/protocols/groupwise/gwconnector.h index f1bc0054..c41a2b92 100644 --- a/kopete/protocols/groupwise/gwconnector.h +++ b/kopete/protocols/groupwise/gwconnector.h @@ -34,7 +34,7 @@ class KResolverEntry; class KNetworkConnector : public Connector { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/groupwise/gwcontact.h b/kopete/protocols/groupwise/gwcontact.h index aa3d7a32..b261fd92 100644 --- a/kopete/protocols/groupwise/gwcontact.h +++ b/kopete/protocols/groupwise/gwcontact.h @@ -52,7 +52,7 @@ using namespace GroupWise; */ class GroupWiseContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/protocols/groupwise/gwcontactlist.h b/kopete/protocols/groupwise/gwcontactlist.h index c0f42045..55c081b4 100644 --- a/kopete/protocols/groupwise/gwcontactlist.h +++ b/kopete/protocols/groupwise/gwcontactlist.h @@ -41,7 +41,7 @@ typedef TQValueList<GWContactInstance *> GWContactInstanceList; */ class GWContactList : public TQObject { -Q_OBJECT +TQ_OBJECT public: GWContactList( TQObject * parent ); @@ -60,7 +60,7 @@ public: class GWContactListItem : public TQObject { -Q_OBJECT +TQ_OBJECT public: GWContactListItem( TQObject * parent, unsigned int theId, unsigned int theSequence, const TQString & theDisplayName ); @@ -72,7 +72,7 @@ public: class GWFolder : public GWContactListItem { -Q_OBJECT +TQ_OBJECT public: GWFolder( TQObject * parent, unsigned int theId, unsigned int theSequence, const TQString & theDisplayName ); @@ -81,7 +81,7 @@ public: class GWContactInstance : public GWContactListItem { -Q_OBJECT +TQ_OBJECT public: GWContactInstance( TQObject * parent, unsigned int theId, unsigned int theSequence, const TQString & theDisplayName, const TQString & theDn ); diff --git a/kopete/protocols/groupwise/gwmessagemanager.h b/kopete/protocols/groupwise/gwmessagemanager.h index 931dbae6..ce6f965f 100644 --- a/kopete/protocols/groupwise/gwmessagemanager.h +++ b/kopete/protocols/groupwise/gwmessagemanager.h @@ -34,7 +34,7 @@ using namespace GroupWise; class GroupWiseChatSession : public Kopete::ChatSession { -Q_OBJECT +TQ_OBJECT friend class GroupWiseAccount; diff --git a/kopete/protocols/groupwise/gwprotocol.h b/kopete/protocols/groupwise/gwprotocol.h index 90e921c7..c10ea273 100644 --- a/kopete/protocols/groupwise/gwprotocol.h +++ b/kopete/protocols/groupwise/gwprotocol.h @@ -33,7 +33,7 @@ */ class GroupWiseProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: GroupWiseProtocol(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kopete/protocols/groupwise/libgroupwise/bytestream.h b/kopete/protocols/groupwise/libgroupwise/bytestream.h index e64ce68d..c3e050cb 100644 --- a/kopete/protocols/groupwise/libgroupwise/bytestream.h +++ b/kopete/protocols/groupwise/libgroupwise/bytestream.h @@ -29,7 +29,7 @@ // CS_EXPORT_BEGIN class ByteStream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrRead, ErrWrite, ErrCustom = 10 }; diff --git a/kopete/protocols/groupwise/libgroupwise/chatroommanager.h b/kopete/protocols/groupwise/libgroupwise/chatroommanager.h index 97521bf1..ad1d15c1 100644 --- a/kopete/protocols/groupwise/libgroupwise/chatroommanager.h +++ b/kopete/protocols/groupwise/libgroupwise/chatroommanager.h @@ -31,7 +31,7 @@ class Client; */ class ChatroomManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: ChatroomManager( Client * client, const char *name = 0); diff --git a/kopete/protocols/groupwise/libgroupwise/client.h b/kopete/protocols/groupwise/libgroupwise/client.h index d302bf0e..652893d3 100644 --- a/kopete/protocols/groupwise/libgroupwise/client.h +++ b/kopete/protocols/groupwise/libgroupwise/client.h @@ -38,7 +38,7 @@ using namespace GroupWise; class Client : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/groupwise/libgroupwise/connector.h b/kopete/protocols/groupwise/libgroupwise/connector.h index 15c58676..99f76057 100644 --- a/kopete/protocols/groupwise/libgroupwise/connector.h +++ b/kopete/protocols/groupwise/libgroupwise/connector.h @@ -28,7 +28,7 @@ class ByteStream; class Connector : public TQObject { - Q_OBJECT + TQ_OBJECT public: Connector(TQObject *parent=0); diff --git a/kopete/protocols/groupwise/libgroupwise/coreprotocol.h b/kopete/protocols/groupwise/libgroupwise/coreprotocol.h index 14d94997..bc3023f3 100644 --- a/kopete/protocols/groupwise/libgroupwise/coreprotocol.h +++ b/kopete/protocols/groupwise/libgroupwise/coreprotocol.h @@ -114,7 +114,7 @@ class Transfer; */ class CoreProtocol : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum State { NeedMore, Available, NoData }; diff --git a/kopete/protocols/groupwise/libgroupwise/eventprotocol.h b/kopete/protocols/groupwise/libgroupwise/eventprotocol.h index 62903611..f90b6ee2 100644 --- a/kopete/protocols/groupwise/libgroupwise/eventprotocol.h +++ b/kopete/protocols/groupwise/libgroupwise/eventprotocol.h @@ -108,7 +108,7 @@ class EventTransfer; class EventProtocol : public InputProtocolBase { -Q_OBJECT +TQ_OBJECT public: EventProtocol(TQObject *parent = 0, const char *name = 0); diff --git a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h index c63868f7..e130b35e 100644 --- a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h +++ b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h @@ -39,7 +39,7 @@ struct NovellDN class ClientStream : public Stream { - Q_OBJECT + TQ_OBJECT public: enum Error { diff --git a/kopete/protocols/groupwise/libgroupwise/inputprotocolbase.h b/kopete/protocols/groupwise/libgroupwise/inputprotocolbase.h index 69e104de..790d77fa 100644 --- a/kopete/protocols/groupwise/libgroupwise/inputprotocolbase.h +++ b/kopete/protocols/groupwise/libgroupwise/inputprotocolbase.h @@ -29,7 +29,7 @@ Defines a basic interface for protocols dealing with input from the GroupWise se */ class InputProtocolBase : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum EventProtocolState { Success, NeedMore, OutOfSync, ProtocolError }; diff --git a/kopete/protocols/groupwise/libgroupwise/privacymanager.h b/kopete/protocols/groupwise/libgroupwise/privacymanager.h index 4e798fb1..ab11e827 100644 --- a/kopete/protocols/groupwise/libgroupwise/privacymanager.h +++ b/kopete/protocols/groupwise/libgroupwise/privacymanager.h @@ -31,7 +31,7 @@ Keeps a record of the server side privacy allow and deny lists, default policy a */ class PrivacyManager : public TQObject { -Q_OBJECT +TQ_OBJECT public: PrivacyManager( Client * client, const char *name = 0); diff --git a/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h b/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h index f83b01bb..aa42689e 100644 --- a/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h +++ b/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h @@ -29,7 +29,7 @@ namespace TQCA { class TQCATLSHandler : public TLSHandler { - Q_OBJECT + TQ_OBJECT public: TQCATLSHandler(TQCA::TLS *parent); diff --git a/kopete/protocols/groupwise/libgroupwise/responseprotocol.h b/kopete/protocols/groupwise/libgroupwise/responseprotocol.h index 61e928a2..e232be64 100644 --- a/kopete/protocols/groupwise/libgroupwise/responseprotocol.h +++ b/kopete/protocols/groupwise/libgroupwise/responseprotocol.h @@ -31,7 +31,7 @@ Handles the parsing of incoming Response messages */ class ResponseProtocol : public InputProtocolBase { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kopete/protocols/groupwise/libgroupwise/safedelete.h b/kopete/protocols/groupwise/libgroupwise/safedelete.h index a740d66f..9e60a315 100644 --- a/kopete/protocols/groupwise/libgroupwise/safedelete.h +++ b/kopete/protocols/groupwise/libgroupwise/safedelete.h @@ -59,7 +59,7 @@ private: class SafeDeleteLater : public TQObject { - Q_OBJECT + TQ_OBJECT public: static SafeDeleteLater *ensureExists(); diff --git a/kopete/protocols/groupwise/libgroupwise/securestream.h b/kopete/protocols/groupwise/libgroupwise/securestream.h index ccf916e6..8290b32d 100644 --- a/kopete/protocols/groupwise/libgroupwise/securestream.h +++ b/kopete/protocols/groupwise/libgroupwise/securestream.h @@ -33,7 +33,7 @@ class SecureStream : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrTLS = ErrCustom, ErrSASL }; @@ -103,7 +103,7 @@ USE_TLSHANDLER class SecureLayer : public TQObject { - Q_OBJECT + TQ_OBJECT public: SecureLayer(TQCA::TLS *t); diff --git a/kopete/protocols/groupwise/libgroupwise/stream.h b/kopete/protocols/groupwise/libgroupwise/stream.h index 95f27060..1003bf1a 100644 --- a/kopete/protocols/groupwise/libgroupwise/stream.h +++ b/kopete/protocols/groupwise/libgroupwise/stream.h @@ -30,7 +30,7 @@ class Stream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrParse, ErrProtocol, ErrStream, ErrCustom = 10 }; diff --git a/kopete/protocols/groupwise/libgroupwise/task.h b/kopete/protocols/groupwise/libgroupwise/task.h index 2b6bd155..8995d040 100644 --- a/kopete/protocols/groupwise/libgroupwise/task.h +++ b/kopete/protocols/groupwise/libgroupwise/task.h @@ -31,7 +31,7 @@ class Request; class Task : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { ErrDisc }; diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h b/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h index 74efc267..7e6f4a10 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h @@ -33,7 +33,7 @@ Get the current number of users in each chat on the server */ class ChatCountsTask : public RequestTask { - Q_OBJECT + TQ_OBJECT public: ChatCountsTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/chatpropertiestask.h b/kopete/protocols/groupwise/libgroupwise/tasks/chatpropertiestask.h index 76bc1c24..50e3e2fe 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/chatpropertiestask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/chatpropertiestask.h @@ -34,7 +34,7 @@ Get the current number of users in each chat on the server */ class ChatPropertiesTask : public RequestTask { - Q_OBJECT + TQ_OBJECT public: ChatPropertiesTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/conferencetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/conferencetask.h index a64bd452..bdfb2f82 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/conferencetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/conferencetask.h @@ -35,7 +35,7 @@ using namespace GroupWise; class ConferenceTask : public EventTask { -Q_OBJECT +TQ_OBJECT public: ConferenceTask( Task* parent ); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/connectiontask.h b/kopete/protocols/groupwise/libgroupwise/tasks/connectiontask.h index 6d8a1a40..fc962595 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/connectiontask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/connectiontask.h @@ -30,7 +30,7 @@ This task monitors connection related events, currently 'connected elsewhere' di */ class ConnectionTask : public EventTask { -Q_OBJECT +TQ_OBJECT public: ConnectionTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h index 630050b4..909bc1c2 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h @@ -30,7 +30,7 @@ This task is responsible for creating a conference at the server, and confirming */ class CreateConferenceTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: CreateConferenceTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/createcontactinstancetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/createcontactinstancetask.h index 879e4ecf..216b1aa3 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/createcontactinstancetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/createcontactinstancetask.h @@ -30,7 +30,7 @@ Creates a contact on the server. The response to this action is handled by its */ class CreateContactInstanceTask : public NeedFolderTask { -Q_OBJECT +TQ_OBJECT public: CreateContactInstanceTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/createcontacttask.h b/kopete/protocols/groupwise/libgroupwise/tasks/createcontacttask.h index 7323aea3..4962d898 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/createcontacttask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/createcontacttask.h @@ -41,7 +41,7 @@ using namespace GroupWise; */ class CreateContactTask : public Task { -Q_OBJECT +TQ_OBJECT public: CreateContactTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h b/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h index c9e1c939..43507194 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/createfoldertask.h @@ -30,7 +30,7 @@ Creates a folder on the server */ class CreateFolderTask : public ModifyContactListTask { -Q_OBJECT +TQ_OBJECT public: CreateFolderTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/deleteitemtask.h b/kopete/protocols/groupwise/libgroupwise/tasks/deleteitemtask.h index 7141ba37..ceaa3f1d 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/deleteitemtask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/deleteitemtask.h @@ -28,7 +28,7 @@ */ class DeleteItemTask : public ModifyContactListTask { -Q_OBJECT +TQ_OBJECT public: DeleteItemTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/eventtask.h b/kopete/protocols/groupwise/libgroupwise/tasks/eventtask.h index 4dec0f9c..8ff04edc 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/eventtask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/eventtask.h @@ -30,7 +30,7 @@ class Transfer; class EventTask : public Task { -Q_OBJECT +TQ_OBJECT public: EventTask( Task *parent ); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/getchatsearchresultstask.h b/kopete/protocols/groupwise/libgroupwise/tasks/getchatsearchresultstask.h index 60a68e1d..2211d1dd 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/getchatsearchresultstask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/getchatsearchresultstask.h @@ -34,7 +34,7 @@ Search results are polled on the server, using the search handle returned by the */ class GetChatSearchResultsTask : public RequestTask { - Q_OBJECT + TQ_OBJECT public: enum SearchResultCode { Completed=2, Cancelled=4, Error=5, GettingData=8, DataRetrieved=9 }; diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/getdetailstask.h b/kopete/protocols/groupwise/libgroupwise/tasks/getdetailstask.h index 0f58d72a..0bac4168 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/getdetailstask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/getdetailstask.h @@ -33,7 +33,7 @@ using namespace GroupWise; class GetDetailsTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: GetDetailsTask( Task * parent ); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h index ea3d5dbb..b9c20469 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.h @@ -29,7 +29,7 @@ */ class GetStatusTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: GetStatusTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/joinchattask.h b/kopete/protocols/groupwise/libgroupwise/tasks/joinchattask.h index 95279bed..786ee60d 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/joinchattask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/joinchattask.h @@ -33,7 +33,7 @@ Sends Join Conference messages when the user accepts an invitation class JoinChatTask : public RequestTask { - Q_OBJECT + TQ_OBJECT public: JoinChatTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/joinconferencetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/joinconferencetask.h index e8b06c82..0e43823c 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/joinconferencetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/joinconferencetask.h @@ -33,7 +33,7 @@ Sends Join Conference messages when the user accepts an invitation class JoinConferenceTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: JoinConferenceTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/keepalivetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/keepalivetask.h index 176b4e07..4f77cb67 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/keepalivetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/keepalivetask.h @@ -28,7 +28,7 @@ */ class KeepAliveTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: KeepAliveTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/leaveconferencetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/leaveconferencetask.h index 73c2061d..36582f33 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/leaveconferencetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/leaveconferencetask.h @@ -30,7 +30,7 @@ Tells the server that you are leaving a conference (closed the chatwindow) */ class LeaveConferenceTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: LeaveConferenceTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/logintask.h b/kopete/protocols/groupwise/libgroupwise/tasks/logintask.h index ecb5c0e1..ce5ec87a 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/logintask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/logintask.h @@ -30,7 +30,7 @@ using namespace GroupWise; */ class LoginTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: LoginTask( Task * parent ); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/modifycontactlisttask.h b/kopete/protocols/groupwise/libgroupwise/tasks/modifycontactlisttask.h index aebfd7e6..e928c840 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/modifycontactlisttask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/modifycontactlisttask.h @@ -33,7 +33,7 @@ using namespace GroupWise; class ModifyContactListTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: ModifyContactListTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h b/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h index 4f49148c..603193e5 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/movecontacttask.h @@ -30,7 +30,7 @@ Moves a contact between folders on the server */ class MoveContactTask : public NeedFolderTask { -Q_OBJECT +TQ_OBJECT public: MoveContactTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/needfoldertask.h b/kopete/protocols/groupwise/libgroupwise/tasks/needfoldertask.h index c204c602..f0b09055 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/needfoldertask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/needfoldertask.h @@ -21,7 +21,7 @@ This Task is the ancestor of Tasks that may need to create a folder on the serve */ class NeedFolderTask : public ModifyContactListTask { -Q_OBJECT +TQ_OBJECT public: NeedFolderTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/pollsearchresultstask.h b/kopete/protocols/groupwise/libgroupwise/tasks/pollsearchresultstask.h index 20380df0..3b4512f4 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/pollsearchresultstask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/pollsearchresultstask.h @@ -34,7 +34,7 @@ Search results are polled on the server, using the search handle supplied by the */ class PollSearchResultsTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: enum SearchResultCode { Pending=0, InProgess=1, Completed=2, TimeOut=3, Cancelled=4, Error=5 }; diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/privacyitemtask.h b/kopete/protocols/groupwise/libgroupwise/tasks/privacyitemtask.h index 8d9c97c9..05bf4b54 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/privacyitemtask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/privacyitemtask.h @@ -30,7 +30,7 @@ Adds a contact to the server side allow or deny lists */ class PrivacyItemTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: PrivacyItemTask( Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/rejectinvitetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/rejectinvitetask.h index bf7f8f84..32942207 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/rejectinvitetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/rejectinvitetask.h @@ -30,7 +30,7 @@ Used to reject an invitation to join a conference */ class RejectInviteTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: RejectInviteTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/requesttask.h b/kopete/protocols/groupwise/libgroupwise/tasks/requesttask.h index a2cd8fc2..9195088e 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/requesttask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/requesttask.h @@ -27,7 +27,7 @@ class Transfer; class RequestTask : public Task { -Q_OBJECT +TQ_OBJECT public: RequestTask( Task *parent ); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h b/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h index 15fe12b7..5f61d284 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h @@ -34,7 +34,7 @@ This Task searches for chatrooms on the server */ class SearchChatTask : public RequestTask { - Q_OBJECT + TQ_OBJECT public: enum SearchType { FetchAll=0, SinceLastSearch }; diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/searchusertask.h b/kopete/protocols/groupwise/libgroupwise/tasks/searchusertask.h index 390edad8..30528739 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/searchusertask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/searchusertask.h @@ -32,7 +32,7 @@ This Task performs user searching on the server */ class SearchUserTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: SearchUserTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h b/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h index fa3afbc5..d871f01d 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/setstatustask.h @@ -29,7 +29,7 @@ */ class SetStatusTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: SetStatusTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/statustask.h b/kopete/protocols/groupwise/libgroupwise/tasks/statustask.h index c4ddc744..a0227c21 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/statustask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/statustask.h @@ -28,7 +28,7 @@ */ class StatusTask : public EventTask { -Q_OBJECT +TQ_OBJECT public: StatusTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/typingtask.h b/kopete/protocols/groupwise/libgroupwise/tasks/typingtask.h index fb01a6b3..a6ab37bf 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/typingtask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/typingtask.h @@ -30,7 +30,7 @@ */ class TypingTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/updatecontacttask.h b/kopete/protocols/groupwise/libgroupwise/tasks/updatecontacttask.h index d84cecdd..60db9d1c 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/updatecontacttask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/updatecontacttask.h @@ -31,7 +31,7 @@ */ class UpdateContactTask : public UpdateItemTask { -Q_OBJECT +TQ_OBJECT public: UpdateContactTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/updatefoldertask.h b/kopete/protocols/groupwise/libgroupwise/tasks/updatefoldertask.h index 435ce2f5..1ff39525 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/updatefoldertask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/updatefoldertask.h @@ -30,7 +30,7 @@ Renames a folder on the server */ class UpdateFolderTask : public UpdateItemTask { -Q_OBJECT +TQ_OBJECT public: UpdateFolderTask(Task* parent); diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/updateitemtask.h b/kopete/protocols/groupwise/libgroupwise/tasks/updateitemtask.h index 3d950745..e7ff3d8b 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/updateitemtask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/updateitemtask.h @@ -30,7 +30,7 @@ Rename a folder or contact on the server. In future may be used for changing th */ class UpdateItemTask : public RequestTask { -Q_OBJECT +TQ_OBJECT public: UpdateItemTask( Task* parent ); diff --git a/kopete/protocols/groupwise/libgroupwise/tests/clientstream_test.h b/kopete/protocols/groupwise/libgroupwise/tests/clientstream_test.h index a4b1fee0..4f7e731a 100644 --- a/kopete/protocols/groupwise/libgroupwise/tests/clientstream_test.h +++ b/kopete/protocols/groupwise/libgroupwise/tests/clientstream_test.h @@ -31,7 +31,7 @@ class ClientStreamTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: ClientStreamTest(int argc, char ** argv); diff --git a/kopete/protocols/groupwise/libgroupwise/tlshandler.h b/kopete/protocols/groupwise/libgroupwise/tlshandler.h index c2f713d4..581ad1df 100644 --- a/kopete/protocols/groupwise/libgroupwise/tlshandler.h +++ b/kopete/protocols/groupwise/libgroupwise/tlshandler.h @@ -30,7 +30,7 @@ class TLSHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: TLSHandler(TQObject *parent=0); diff --git a/kopete/protocols/groupwise/libgroupwise/userdetailsmanager.h b/kopete/protocols/groupwise/libgroupwise/userdetailsmanager.h index b81b7ce8..f4b046c0 100644 --- a/kopete/protocols/groupwise/libgroupwise/userdetailsmanager.h +++ b/kopete/protocols/groupwise/libgroupwise/userdetailsmanager.h @@ -33,7 +33,7 @@ Several client event handling processes require that a contact's details are ava class UserDetailsManager : public TQObject { -Q_OBJECT +TQ_OBJECT public: UserDetailsManager( Client * parent, const char *name = 0); diff --git a/kopete/protocols/groupwise/ui/gwaddcontactpage.h b/kopete/protocols/groupwise/ui/gwaddcontactpage.h index 11aa1094..f696b6f4 100644 --- a/kopete/protocols/groupwise/ui/gwaddcontactpage.h +++ b/kopete/protocols/groupwise/ui/gwaddcontactpage.h @@ -40,7 +40,7 @@ class GroupWiseContactSearch; */ class GroupWiseAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: GroupWiseAddContactPage( Kopete::Account * owner, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/groupwise/ui/gwchatpropsdialog.h b/kopete/protocols/groupwise/ui/gwchatpropsdialog.h index 18419180..002aa365 100644 --- a/kopete/protocols/groupwise/ui/gwchatpropsdialog.h +++ b/kopete/protocols/groupwise/ui/gwchatpropsdialog.h @@ -40,7 +40,7 @@ class GroupWiseChatPropsWidget; */ class GroupWiseChatPropsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/protocols/groupwise/ui/gwchatsearchdialog.h b/kopete/protocols/groupwise/ui/gwchatsearchdialog.h index c0264b62..6e27ec26 100644 --- a/kopete/protocols/groupwise/ui/gwchatsearchdialog.h +++ b/kopete/protocols/groupwise/ui/gwchatsearchdialog.h @@ -28,7 +28,7 @@ class GroupWiseChatSearchWidget; class GroupWiseChatSearchDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: GroupWiseChatSearchDialog( GroupWiseAccount * account, TQWidget * parent, const char * name ); diff --git a/kopete/protocols/groupwise/ui/gwcontactproperties.h b/kopete/protocols/groupwise/ui/gwcontactproperties.h index f6bbdc46..ad01594a 100644 --- a/kopete/protocols/groupwise/ui/gwcontactproperties.h +++ b/kopete/protocols/groupwise/ui/gwcontactproperties.h @@ -34,7 +34,7 @@ Logic, wrapping UI, for displaying contact properties */ class GroupWiseContactProperties : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kopete/protocols/groupwise/ui/gweditaccountwidget.h b/kopete/protocols/groupwise/ui/gweditaccountwidget.h index ccdf890b..14fbb789 100644 --- a/kopete/protocols/groupwise/ui/gweditaccountwidget.h +++ b/kopete/protocols/groupwise/ui/gweditaccountwidget.h @@ -35,7 +35,7 @@ class GroupWiseAccountPreferences; */ class GroupWiseEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { -Q_OBJECT +TQ_OBJECT public: GroupWiseEditAccountWidget( TQWidget* parent, Kopete::Account* account); diff --git a/kopete/protocols/groupwise/ui/gwprivacydialog.h b/kopete/protocols/groupwise/ui/gwprivacydialog.h index 3ac2ae39..67cc1802 100644 --- a/kopete/protocols/groupwise/ui/gwprivacydialog.h +++ b/kopete/protocols/groupwise/ui/gwprivacydialog.h @@ -33,7 +33,7 @@ Logic for the UI part managing the allow and deny lists, and the default privacy */ class GroupWisePrivacyDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: GroupWisePrivacyDialog( GroupWiseAccount * account, TQWidget * parent, const char * name ); diff --git a/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h b/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h index 42be43ab..0df1f312 100644 --- a/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h +++ b/kopete/protocols/groupwise/ui/gwreceiveinvitationdialog.h @@ -30,7 +30,7 @@ This is the dialog that is shown when you receive an invitation to chat. */ class ReceiveInvitationDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ReceiveInvitationDialog( GroupWiseAccount * account, const ConferenceEvent & event, TQWidget *parent, const char *name ); diff --git a/kopete/protocols/groupwise/ui/gwsearch.h b/kopete/protocols/groupwise/ui/gwsearch.h index 7f215aaa..151c3f65 100644 --- a/kopete/protocols/groupwise/ui/gwsearch.h +++ b/kopete/protocols/groupwise/ui/gwsearch.h @@ -32,7 +32,7 @@ Logic for searching for and displaying users and chat rooms using a GroupWiseCon */ class GroupWiseContactSearch : public GroupWiseContactSearchWidget { -Q_OBJECT +TQ_OBJECT public: GroupWiseContactSearch( GroupWiseAccount * account, TQListView::SelectionMode mode, bool onlineOnly, diff --git a/kopete/protocols/irc/ircaccount.h b/kopete/protocols/irc/ircaccount.h index 3b37dcff..97886a4f 100644 --- a/kopete/protocols/irc/ircaccount.h +++ b/kopete/protocols/irc/ircaccount.h @@ -72,7 +72,7 @@ class IRCAccount friend class IRCEditAccountWidget; friend class IRCProtocolHandler; - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ircaddcontactpage.h b/kopete/protocols/irc/ircaddcontactpage.h index 2d1e565e..10ea012a 100644 --- a/kopete/protocols/irc/ircaddcontactpage.h +++ b/kopete/protocols/irc/ircaddcontactpage.h @@ -31,7 +31,7 @@ class ChannelList; */ class IRCAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: IRCAddContactPage(TQWidget *parent=0, IRCAccount* account = 0); diff --git a/kopete/protocols/irc/ircchannelcontact.h b/kopete/protocols/irc/ircchannelcontact.h index f78862b4..7799aec9 100644 --- a/kopete/protocols/irc/ircchannelcontact.h +++ b/kopete/protocols/irc/ircchannelcontact.h @@ -46,7 +46,7 @@ class IRCChannelContact { friend class IRCSignalMapper; - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/irccontact.h b/kopete/protocols/irc/irccontact.h index d8310c27..0e753ab3 100644 --- a/kopete/protocols/irc/irccontact.h +++ b/kopete/protocols/irc/irccontact.h @@ -60,7 +60,7 @@ class TQTextCodec; class IRCContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/irccontactmanager.h b/kopete/protocols/irc/irccontactmanager.h index 0a979407..468014bd 100644 --- a/kopete/protocols/irc/irccontactmanager.h +++ b/kopete/protocols/irc/irccontactmanager.h @@ -54,7 +54,7 @@ class TQTimer; class IRCContactManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ircguiclient.h b/kopete/protocols/irc/ircguiclient.h index 94c115e4..da1aa491 100644 --- a/kopete/protocols/irc/ircguiclient.h +++ b/kopete/protocols/irc/ircguiclient.h @@ -27,7 +27,7 @@ class IRCContact; */ class IRCGUIClient : public TQObject , public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: IRCGUIClient( Kopete::ChatSession *parent = 0 ); diff --git a/kopete/protocols/irc/ircprotocol.h b/kopete/protocols/irc/ircprotocol.h index 54d4ea46..3b987806 100644 --- a/kopete/protocols/irc/ircprotocol.h +++ b/kopete/protocols/irc/ircprotocol.h @@ -63,7 +63,7 @@ static const TQString CHAT_VIEW( TQString::fromLatin1("kopete_chatwindow") ); */ class IRCProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ircservercontact.h b/kopete/protocols/irc/ircservercontact.h index 8874b541..77773edd 100644 --- a/kopete/protocols/irc/ircservercontact.h +++ b/kopete/protocols/irc/ircservercontact.h @@ -44,7 +44,7 @@ class IRCChannelContact; class IRCServerContact : public IRCContact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ircsignalhandler.h b/kopete/protocols/irc/ircsignalhandler.h index 58a79e65..50331f70 100644 --- a/kopete/protocols/irc/ircsignalhandler.h +++ b/kopete/protocols/irc/ircsignalhandler.h @@ -83,7 +83,7 @@ the Mapping functions when they emit. class QMember : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -102,7 +102,7 @@ class QMember : public TQObject class QMemberSingle : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -121,7 +121,7 @@ class QMemberSingle : public TQObject class QMemberDouble : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -140,7 +140,7 @@ class QMemberDouble : public TQObject class QMemberTriple : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -256,7 +256,7 @@ class IRCSignalMappingTriple : public IRCSignalMappingTripleT class IRCSignalHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/irctransferhandler.h b/kopete/protocols/irc/irctransferhandler.h index 59d57382..14bca5a1 100644 --- a/kopete/protocols/irc/irctransferhandler.h +++ b/kopete/protocols/irc/irctransferhandler.h @@ -36,7 +36,7 @@ class TransferHandler; class IRCTransferHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ircusercontact.h b/kopete/protocols/irc/ircusercontact.h index 8b4b9e2b..8ba991e9 100644 --- a/kopete/protocols/irc/ircusercontact.h +++ b/kopete/protocols/irc/ircusercontact.h @@ -60,7 +60,7 @@ struct IRCUserInfo */ class IRCUserContact : public IRCContact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/kcodecaction.h b/kopete/protocols/irc/kcodecaction.h index 769ce324..f0f03400 100644 --- a/kopete/protocols/irc/kcodecaction.h +++ b/kopete/protocols/irc/kcodecaction.h @@ -28,7 +28,7 @@ class KCodecAction : public TDESelectAction { - Q_OBJECT + TQ_OBJECT public: KCodecAction( const TQString &text, const TDEShortcut &cut = TDEShortcut(), diff --git a/kopete/protocols/irc/libkirc/kircengine.h b/kopete/protocols/irc/libkirc/kircengine.h index aa0de1de..60730ac5 100644 --- a/kopete/protocols/irc/libkirc/kircengine.h +++ b/kopete/protocols/irc/libkirc/kircengine.h @@ -53,7 +53,7 @@ namespace KIRC class Engine : public TQObject { - Q_OBJECT + TQ_OBJECT // TQ_PROPERTY(TQUrl serverURL READ serverURL WRITE setServerURL) diff --git a/kopete/protocols/irc/libkirc/kircentity.h b/kopete/protocols/irc/libkirc/kircentity.h index 0170dd08..70404d1b 100644 --- a/kopete/protocols/irc/libkirc/kircentity.h +++ b/kopete/protocols/irc/libkirc/kircentity.h @@ -36,7 +36,7 @@ class Entity : public TQObject, public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/libkirc/kircmessageredirector.h b/kopete/protocols/irc/libkirc/kircmessageredirector.h index eee27d36..2c3f9e37 100644 --- a/kopete/protocols/irc/libkirc/kircmessageredirector.h +++ b/kopete/protocols/irc/libkirc/kircmessageredirector.h @@ -31,7 +31,7 @@ class Message; class MessageRedirector : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/libkirc/kirctransfer.h b/kopete/protocols/irc/libkirc/kirctransfer.h index 96ea18e9..d02be2d3 100644 --- a/kopete/protocols/irc/libkirc/kirctransfer.h +++ b/kopete/protocols/irc/libkirc/kirctransfer.h @@ -36,7 +36,7 @@ class Engine; class Transfer : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/libkirc/kirctransferhandler.h b/kopete/protocols/irc/libkirc/kirctransferhandler.h index d42c6bd7..7143c513 100644 --- a/kopete/protocols/irc/libkirc/kirctransferhandler.h +++ b/kopete/protocols/irc/libkirc/kirctransferhandler.h @@ -34,7 +34,7 @@ namespace KIRC class TransferHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/libkirc/kirctransferserver.h b/kopete/protocols/irc/libkirc/kirctransferserver.h index 5c5fbf77..db678146 100644 --- a/kopete/protocols/irc/libkirc/kirctransferserver.h +++ b/kopete/protocols/irc/libkirc/kirctransferserver.h @@ -33,7 +33,7 @@ namespace KIRC class TransferServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/libkirc/ksslsocket.h b/kopete/protocols/irc/libkirc/ksslsocket.h index f0b8e76c..6c2463bc 100644 --- a/kopete/protocols/irc/libkirc/ksslsocket.h +++ b/kopete/protocols/irc/libkirc/ksslsocket.h @@ -28,7 +28,7 @@ class KSSLSocketPrivate; class KSSLSocket : public KExtendedSocket { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ui/channellist.h b/kopete/protocols/irc/ui/channellist.h index 84bf3464..e6553da3 100644 --- a/kopete/protocols/irc/ui/channellist.h +++ b/kopete/protocols/irc/ui/channellist.h @@ -37,7 +37,7 @@ class TQListViewItem; class ChannelList : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ui/channellistdialog.h b/kopete/protocols/irc/ui/channellistdialog.h index edfef5d4..f4d36f2b 100644 --- a/kopete/protocols/irc/ui/channellistdialog.h +++ b/kopete/protocols/irc/ui/channellistdialog.h @@ -25,7 +25,7 @@ class ChannelListDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/irc/ui/irceditaccountwidget.h b/kopete/protocols/irc/ui/irceditaccountwidget.h index e25b94c3..74386f3d 100644 --- a/kopete/protocols/irc/ui/irceditaccountwidget.h +++ b/kopete/protocols/irc/ui/irceditaccountwidget.h @@ -28,7 +28,7 @@ class TQListViewItem; class IRCEditAccountWidget : public IRCEditAccountBase, public KopeteEditAccountWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberaccount.h b/kopete/protocols/jabber/jabberaccount.h index ebd4bff5..94a1a9e2 100644 --- a/kopete/protocols/jabber/jabberaccount.h +++ b/kopete/protocols/jabber/jabberaccount.h @@ -56,7 +56,7 @@ class VoiceCaller; class JabberAccount : public Kopete::PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberbasecontact.h b/kopete/protocols/jabber/jabberbasecontact.h index e813ac5d..984f2085 100644 --- a/kopete/protocols/jabber/jabberbasecontact.h +++ b/kopete/protocols/jabber/jabberbasecontact.h @@ -34,7 +34,7 @@ namespace XMPP { class VCard; } class JabberBaseContact : public Kopete::Contact { -Q_OBJECT +TQ_OBJECT friend class JabberAccount; /* Friends can touch each other's private parts. */ diff --git a/kopete/protocols/jabber/jabberbookmarks.h b/kopete/protocols/jabber/jabberbookmarks.h index 16014e6d..23c2222e 100644 --- a/kopete/protocols/jabber/jabberbookmarks.h +++ b/kopete/protocols/jabber/jabberbookmarks.h @@ -35,7 +35,7 @@ class TDEAction; */ class JabberBookmarks : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/protocols/jabber/jabberbytestream.h b/kopete/protocols/jabber/jabberbytestream.h index 82f84bac..3b898b72 100644 --- a/kopete/protocols/jabber/jabberbytestream.h +++ b/kopete/protocols/jabber/jabberbytestream.h @@ -30,7 +30,7 @@ class JabberByteStream : public ByteStream { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabbercapabilitiesmanager.h b/kopete/protocols/jabber/jabbercapabilitiesmanager.h index 6c8389f4..7d2c5d85 100644 --- a/kopete/protocols/jabber/jabbercapabilitiesmanager.h +++ b/kopete/protocols/jabber/jabbercapabilitiesmanager.h @@ -35,7 +35,7 @@ class JabberAccount; */ class JabberCapabilitiesManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/protocols/jabber/jabberchatsession.h b/kopete/protocols/jabber/jabberchatsession.h index e3bea68f..63795043 100644 --- a/kopete/protocols/jabber/jabberchatsession.h +++ b/kopete/protocols/jabber/jabberchatsession.h @@ -34,7 +34,7 @@ class TQString; */ class JabberChatSession : public Kopete::ChatSession { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberclient.h b/kopete/protocols/jabber/jabberclient.h index 81c11a02..c95933f9 100644 --- a/kopete/protocols/jabber/jabberclient.h +++ b/kopete/protocols/jabber/jabberclient.h @@ -57,7 +57,7 @@ class JabberConnector; class JabberClient : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberconnector.h b/kopete/protocols/jabber/jabberconnector.h index c0062100..c81581d9 100644 --- a/kopete/protocols/jabber/jabberconnector.h +++ b/kopete/protocols/jabber/jabberconnector.h @@ -33,7 +33,7 @@ class KResolverEntry; class JabberConnector : public XMPP::Connector { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabbercontact.h b/kopete/protocols/jabber/jabbercontact.h index 472360ab..f08fa52d 100644 --- a/kopete/protocols/jabber/jabbercontact.h +++ b/kopete/protocols/jabber/jabbercontact.h @@ -33,7 +33,7 @@ class TQTimer; class JabberContact : public JabberBaseContact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabbercontactpool.h b/kopete/protocols/jabber/jabbercontactpool.h index 563fc9c3..82bd634e 100644 --- a/kopete/protocols/jabber/jabbercontactpool.h +++ b/kopete/protocols/jabber/jabbercontactpool.h @@ -36,7 +36,7 @@ class JabberTransport; class JabberContactPool : public TQObject { -Q_OBJECT +TQ_OBJECT public: @@ -108,7 +108,7 @@ private: class JabberContactPoolItem : TQObject { -Q_OBJECT +TQ_OBJECT public: JabberContactPoolItem ( JabberBaseContact *contact ); diff --git a/kopete/protocols/jabber/jabberfiletransfer.h b/kopete/protocols/jabber/jabberfiletransfer.h index 1439de34..a1a6745c 100644 --- a/kopete/protocols/jabber/jabberfiletransfer.h +++ b/kopete/protocols/jabber/jabberfiletransfer.h @@ -30,7 +30,7 @@ class JabberBaseContact; class JabberFileTransfer : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberformlineedit.h b/kopete/protocols/jabber/jabberformlineedit.h index 1b2567b2..a56a684a 100644 --- a/kopete/protocols/jabber/jabberformlineedit.h +++ b/kopete/protocols/jabber/jabberformlineedit.h @@ -31,7 +31,7 @@ class JabberFormLineEdit:public TQLineEdit { - Q_OBJECT + TQ_OBJECT public: @@ -49,7 +49,7 @@ public: class JabberFormPasswordEdit:public KPasswordEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberformtranslator.h b/kopete/protocols/jabber/jabberformtranslator.h index 1e594329..3f796b0c 100644 --- a/kopete/protocols/jabber/jabberformtranslator.h +++ b/kopete/protocols/jabber/jabberformtranslator.h @@ -30,7 +30,7 @@ class JabberFormTranslator:public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabbergroupchatmanager.h b/kopete/protocols/jabber/jabbergroupchatmanager.h index 4ab05c9a..5d826185 100644 --- a/kopete/protocols/jabber/jabbergroupchatmanager.h +++ b/kopete/protocols/jabber/jabbergroupchatmanager.h @@ -32,7 +32,7 @@ class TQString; */ class JabberGroupChatManager : public Kopete::ChatSession { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabbergroupcontact.h b/kopete/protocols/jabber/jabbergroupcontact.h index 899ba96a..f6a2de2a 100644 --- a/kopete/protocols/jabber/jabbergroupcontact.h +++ b/kopete/protocols/jabber/jabbergroupcontact.h @@ -26,7 +26,7 @@ class JabberGroupChatManager; class JabberGroupContact : public JabberBaseContact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabbergroupmembercontact.h b/kopete/protocols/jabber/jabbergroupmembercontact.h index 1202f1f7..c6a53c83 100644 --- a/kopete/protocols/jabber/jabbergroupmembercontact.h +++ b/kopete/protocols/jabber/jabbergroupmembercontact.h @@ -27,7 +27,7 @@ class JabberChatSession; class JabberGroupMemberContact : public JabberBaseContact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberprotocol.h b/kopete/protocols/jabber/jabberprotocol.h index 8fdec271..0ce15ef5 100644 --- a/kopete/protocols/jabber/jabberprotocol.h +++ b/kopete/protocols/jabber/jabberprotocol.h @@ -49,7 +49,7 @@ class JabberCapabilitiesManager; class JabberProtocol:public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberresource.h b/kopete/protocols/jabber/jabberresource.h index 70860aa7..9dea1cf3 100644 --- a/kopete/protocols/jabber/jabberresource.h +++ b/kopete/protocols/jabber/jabberresource.h @@ -37,7 +37,7 @@ class Features; class JabberResource : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jabberresourcepool.h b/kopete/protocols/jabber/jabberresourcepool.h index d7720d1e..65bc5e87 100644 --- a/kopete/protocols/jabber/jabberresourcepool.h +++ b/kopete/protocols/jabber/jabberresourcepool.h @@ -31,7 +31,7 @@ class JabberAccount; */ class JabberResourcePool : public TQObject { - Q_OBJECT + TQ_OBJECT public: static XMPP::Resource EmptyResource; diff --git a/kopete/protocols/jabber/jabbertransport.h b/kopete/protocols/jabber/jabbertransport.h index 83f5e502..7a7dde09 100644 --- a/kopete/protocols/jabber/jabbertransport.h +++ b/kopete/protocols/jabber/jabbertransport.h @@ -39,7 +39,7 @@ class JabberProtocol; class JabberTransport : public Kopete::Account { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/jingle/jinglesession.h b/kopete/protocols/jabber/jingle/jinglesession.h index 91ac2123..af5366d3 100644 --- a/kopete/protocols/jabber/jingle/jinglesession.h +++ b/kopete/protocols/jabber/jingle/jinglesession.h @@ -31,7 +31,7 @@ class JabberAccount; */ class JingleSession : public TQObject { - Q_OBJECT + TQ_OBJECT public: typedef TQValueList<XMPP::Jid> JidList; diff --git a/kopete/protocols/jabber/jingle/jinglesessionmanager.h b/kopete/protocols/jabber/jingle/jinglesessionmanager.h index 03ad0a4d..ce13ca31 100644 --- a/kopete/protocols/jabber/jingle/jinglesessionmanager.h +++ b/kopete/protocols/jabber/jingle/jinglesessionmanager.h @@ -38,7 +38,7 @@ class JabberAccount; */ class JingleSessionManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: typedef TQValueList<XMPP::Jid> JidList; diff --git a/kopete/protocols/jabber/jingle/jinglevoicecaller.h b/kopete/protocols/jabber/jingle/jinglevoicecaller.h index ab403233..d8599c5c 100644 --- a/kopete/protocols/jabber/jingle/jinglevoicecaller.h +++ b/kopete/protocols/jabber/jingle/jinglevoicecaller.h @@ -30,7 +30,7 @@ class JingleCallSlots; class JingleVoiceCaller : public VoiceCaller { - Q_OBJECT + TQ_OBJECT friend class JingleClientSlots; diff --git a/kopete/protocols/jabber/jingle/jinglevoicesession.h b/kopete/protocols/jabber/jingle/jinglevoicesession.h index 58365f2d..877c5909 100644 --- a/kopete/protocols/jabber/jingle/jinglevoicesession.h +++ b/kopete/protocols/jabber/jingle/jinglevoicesession.h @@ -37,7 +37,7 @@ class JingleSession; */ class JingleVoiceSession : public JingleSession { - Q_OBJECT + TQ_OBJECT public: typedef TQValueList<XMPP::Jid> JidList; diff --git a/kopete/protocols/jabber/jingle/jinglevoicesessiondialog.h b/kopete/protocols/jabber/jingle/jinglevoicesessiondialog.h index 5221829e..21016103 100644 --- a/kopete/protocols/jabber/jingle/jinglevoicesessiondialog.h +++ b/kopete/protocols/jabber/jingle/jinglevoicesessiondialog.h @@ -29,7 +29,7 @@ class VoiceCaller; class JingleVoiceSessionDialog : public JingleVoiceSessionDialogBase { - Q_OBJECT + TQ_OBJECT public: enum SessionState { Incoming, Waiting, Accepted, Declined, Started, Terminated }; diff --git a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h index 0a4aef78..9c0f084b 100644 --- a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h +++ b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h @@ -25,7 +25,7 @@ */ class JingleWatchSessionTask : public XMPP::Task { - Q_OBJECT + TQ_OBJECT public: JingleWatchSessionTask(XMPP::Task *parent); diff --git a/kopete/protocols/jabber/jingle/voicecaller.h b/kopete/protocols/jabber/jingle/voicecaller.h index fab047f5..187e509b 100644 --- a/kopete/protocols/jabber/jingle/voicecaller.h +++ b/kopete/protocols/jabber/jingle/voicecaller.h @@ -16,7 +16,7 @@ using namespace XMPP; */ class VoiceCaller : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h index c7cb1e23..7e16d0bd 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h @@ -29,7 +29,7 @@ class BSocket : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound }; diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h index 07c08b2e..8201d81a 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h @@ -27,7 +27,7 @@ class HttpConnect : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth }; diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h index 4342d763..d2af2a5f 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h @@ -27,7 +27,7 @@ class HttpPoll : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth }; @@ -70,7 +70,7 @@ private: class HttpProxyPost : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused, ErrHostNotFound, ErrSocket, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth }; diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h index 50a702f7..8e19c1d7 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h @@ -34,7 +34,7 @@ class NDnsManager; class NDns : public TQObject { - Q_OBJECT + TQ_OBJECT public: NDns(TQObject *parent=0); @@ -59,7 +59,7 @@ private: class NDnsManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: ~NDnsManager(); diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h index ac88719b..eef40db7 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h @@ -27,7 +27,7 @@ class ServSock : public TQObject { - Q_OBJECT + TQ_OBJECT public: ServSock(TQObject *parent=0); @@ -52,7 +52,7 @@ private: class ServSockSignal : public TQServerSocket { - Q_OBJECT + TQ_OBJECT public: ServSockSignal(int port); diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/socks.h b/kopete/protocols/jabber/libiris/cutestuff/network/socks.h index a09c14c7..6badc865 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/socks.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/socks.h @@ -31,7 +31,7 @@ class SocksServer; class SocksUDP : public TQObject { - Q_OBJECT + TQ_OBJECT public: ~SocksUDP(); @@ -55,7 +55,7 @@ private: class SocksClient : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth }; @@ -129,7 +129,7 @@ private: class SocksServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: SocksServer(TQObject *parent=0); diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h index cfedae4e..d7581e16 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h @@ -28,7 +28,7 @@ class SrvResolver : public TQObject { - Q_OBJECT + TQ_OBJECT public: SrvResolver(TQObject *parent=0); diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h b/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h index e64ce68d..c3e050cb 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h +++ b/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h @@ -29,7 +29,7 @@ // CS_EXPORT_BEGIN class ByteStream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrRead, ErrWrite, ErrCustom = 10 }; diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h b/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h index e1e06da1..079ce2dd 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h +++ b/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h @@ -40,7 +40,7 @@ private: class SafeDeleteLater : public TQObject { - Q_OBJECT + TQ_OBJECT public: static SafeDeleteLater *ensureExists(); diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h index 060dfa60..fb5c2963 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h +++ b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h @@ -25,7 +25,7 @@ class ShowTextDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT public: ShowTextDlg(const TQString &fname, bool rich=FALSE, TQWidget *parent=0, const char *name=0); diff --git a/kopete/protocols/jabber/libiris/iris/include/im.h b/kopete/protocols/jabber/libiris/iris/include/im.h index b164ef99..9f07a824 100644 --- a/kopete/protocols/jabber/libiris/iris/include/im.h +++ b/kopete/protocols/jabber/libiris/iris/include/im.h @@ -494,7 +494,7 @@ namespace XMPP class Task : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { ErrDisc }; @@ -542,7 +542,7 @@ namespace XMPP class Client : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/jabber/libiris/iris/include/xmpp.h b/kopete/protocols/jabber/libiris/iris/include/xmpp.h index d5a8821a..930a14d3 100644 --- a/kopete/protocols/jabber/libiris/iris/include/xmpp.h +++ b/kopete/protocols/jabber/libiris/iris/include/xmpp.h @@ -62,7 +62,7 @@ namespace XMPP class Connector : public TQObject { - Q_OBJECT + TQ_OBJECT public: Connector(TQObject *parent=0); @@ -95,7 +95,7 @@ namespace XMPP class AdvancedConnector : public Connector { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth, ErrStream }; @@ -170,7 +170,7 @@ namespace XMPP class TLSHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: TLSHandler(TQObject *parent=0); @@ -191,7 +191,7 @@ namespace XMPP class TQCATLSHandler : public TLSHandler { - Q_OBJECT + TQ_OBJECT public: TQCATLSHandler(TQCA::TLS *parent); @@ -359,7 +359,7 @@ namespace XMPP class Stream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrParse, ErrProtocol, ErrStream, ErrCustom = 10 }; @@ -408,7 +408,7 @@ namespace XMPP class ClientStream : public Stream { - Q_OBJECT + TQ_OBJECT public: enum Error { diff --git a/kopete/protocols/jabber/libiris/iris/jabber/Makefile.am b/kopete/protocols/jabber/libiris/iris/jabber/Makefile.am index 47a6dca8..2611a959 100644 --- a/kopete/protocols/jabber/libiris/iris/jabber/Makefile.am +++ b/kopete/protocols/jabber/libiris/iris/jabber/Makefile.am @@ -1,4 +1,4 @@ -# we deal with s5b.moc separately since KDE's build system can't cope with Q_OBJECT in .cpp files +# we deal with s5b.moc separately since KDE's build system can't cope with TQ_OBJECT in .cpp files METASOURCES = filetransfer.moc xmpp_ibb.moc xmpp_jidlink.moc noinst_LTLIBRARIES = libiris_jabber.la diff --git a/kopete/protocols/jabber/libiris/iris/jabber/filetransfer.h b/kopete/protocols/jabber/libiris/iris/jabber/filetransfer.h index 36171a76..34bd5a2b 100644 --- a/kopete/protocols/jabber/libiris/iris/jabber/filetransfer.h +++ b/kopete/protocols/jabber/libiris/iris/jabber/filetransfer.h @@ -30,7 +30,7 @@ namespace XMPP class FileTransfer : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { ErrReject, ErrNeg, ErrConnect, ErrProxy, ErrStream }; @@ -88,7 +88,7 @@ namespace XMPP class FileTransferManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: FileTransferManager(Client *); @@ -120,7 +120,7 @@ namespace XMPP class JT_FT : public Task { - Q_OBJECT + TQ_OBJECT public: JT_FT(Task *parent); @@ -151,7 +151,7 @@ namespace XMPP }; class JT_PushFT : public Task { - Q_OBJECT + TQ_OBJECT public: JT_PushFT(Task *parent); diff --git a/kopete/protocols/jabber/libiris/iris/jabber/s5b.cpp b/kopete/protocols/jabber/libiris/iris/jabber/s5b.cpp index 7cbf759a..8f2e01b6 100644 --- a/kopete/protocols/jabber/libiris/iris/jabber/s5b.cpp +++ b/kopete/protocols/jabber/libiris/iris/jabber/s5b.cpp @@ -63,7 +63,7 @@ static bool haveHost(const StreamHostList &list, const Jid &j) class S5BManager::Item : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { Idle, Initiator, Target, Active }; @@ -1748,7 +1748,7 @@ void S5BManager::Item::finished() //---------------------------------------------------------------------------- class S5BConnector::Item : public TQObject { - Q_OBJECT + TQ_OBJECT public: SocksClient *client; @@ -1980,7 +1980,7 @@ void S5BConnector::man_udpSuccess(const Jid &streamHost) //---------------------------------------------------------------------------- class S5BServer::Item : public TQObject { - Q_OBJECT + TQ_OBJECT public: SocksClient *client; diff --git a/kopete/protocols/jabber/libiris/iris/jabber/s5b.h b/kopete/protocols/jabber/libiris/iris/jabber/s5b.h index 47ca1a36..eaf06647 100644 --- a/kopete/protocols/jabber/libiris/iris/jabber/s5b.h +++ b/kopete/protocols/jabber/libiris/iris/jabber/s5b.h @@ -59,7 +59,7 @@ namespace XMPP class S5BConnection : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Mode { Stream, Datagram }; @@ -130,7 +130,7 @@ namespace XMPP class S5BManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: S5BManager(Client *); @@ -200,7 +200,7 @@ namespace XMPP class S5BConnector : public TQObject { - Q_OBJECT + TQ_OBJECT public: S5BConnector(TQObject *parent=0); @@ -232,7 +232,7 @@ namespace XMPP // listens on a port for serving class S5BServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: S5BServer(TQObject *par=0); @@ -266,7 +266,7 @@ namespace XMPP class JT_S5B : public Task { - Q_OBJECT + TQ_OBJECT public: JT_S5B(Task *); @@ -301,7 +301,7 @@ namespace XMPP }; class JT_PushS5B : public Task { - Q_OBJECT + TQ_OBJECT public: JT_PushS5B(Task *); diff --git a/kopete/protocols/jabber/libiris/iris/jabber/xmpp_ibb.h b/kopete/protocols/jabber/libiris/iris/jabber/xmpp_ibb.h index 6f33d721..10870942 100644 --- a/kopete/protocols/jabber/libiris/iris/jabber/xmpp_ibb.h +++ b/kopete/protocols/jabber/libiris/iris/jabber/xmpp_ibb.h @@ -36,7 +36,7 @@ namespace XMPP // this is an IBB connection. use it much like a qsocket class IBBConnection : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum { ErrRequest, ErrData }; @@ -81,7 +81,7 @@ namespace XMPP typedef TQPtrListIterator<IBBConnection> IBBConnectionListIt; class IBBManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: IBBManager(Client *); @@ -115,7 +115,7 @@ namespace XMPP class JT_IBB : public Task { - Q_OBJECT + TQ_OBJECT public: enum { ModeRequest, ModeSendData }; diff --git a/kopete/protocols/jabber/libiris/iris/jabber/xmpp_jidlink.h b/kopete/protocols/jabber/libiris/iris/jabber/xmpp_jidlink.h index 394a7497..806203cc 100644 --- a/kopete/protocols/jabber/libiris/iris/jabber/xmpp_jidlink.h +++ b/kopete/protocols/jabber/libiris/iris/jabber/xmpp_jidlink.h @@ -37,7 +37,7 @@ namespace XMPP class JidLink : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { None, DTCP, IBB }; @@ -97,7 +97,7 @@ namespace XMPP // the job of JidLinkManager is to keep track of streams and properly shut them down class JidLinkManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: JidLinkManager(Client *); diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am b/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am index 19fdc5d4..f2af1b1b 100644 --- a/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am +++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am @@ -1,5 +1,5 @@ -# The only Q_OBJECT lines are in securestream.{h,cpp} and we deal with them below. -# Give metasources a file with no Q_OBJECT line to stop unsermake assuming we want METASOURCES = AUTO +# The only TQ_OBJECT lines are in securestream.{h,cpp} and we deal with them below. +# Give metasources a file with no TQ_OBJECT line to stop unsermake assuming we want METASOURCES = AUTO #METASOURCES = AUTO noinst_LTLIBRARIES = libiris_xmpp_core.la diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp index 1dbc6e92..84b387e8 100644 --- a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp +++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp @@ -111,7 +111,7 @@ int LayerTracker::finished(int encoded) //---------------------------------------------------------------------------- class SecureLayer : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { TLS, SASL, TLSH }; diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h index ac4f60b6..59c6393a 100644 --- a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h +++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h @@ -35,7 +35,7 @@ namespace XMPP class SecureStream : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrTLS = ErrCustom, ErrSASL }; diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-im/types.cpp b/kopete/protocols/jabber/libiris/iris/xmpp-im/types.cpp index 9e8632dd..86713d1b 100644 --- a/kopete/protocols/jabber/libiris/iris/xmpp-im/types.cpp +++ b/kopete/protocols/jabber/libiris/iris/xmpp-im/types.cpp @@ -1599,7 +1599,7 @@ bool Features::haveVCard() const class Features::FeatureName : public TQObject { - Q_OBJECT + TQ_OBJECT public: FeatureName() diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_tasks.h b/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_tasks.h index 35c9f6a7..15cf25f4 100644 --- a/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_tasks.h +++ b/kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_tasks.h @@ -34,7 +34,7 @@ namespace XMPP class JT_Register : public Task { - Q_OBJECT + TQ_OBJECT public: JT_Register(Task *parent); @@ -61,7 +61,7 @@ namespace XMPP class JT_UnRegister : public Task { - Q_OBJECT + TQ_OBJECT public: JT_UnRegister(Task *parent); @@ -82,7 +82,7 @@ namespace XMPP class JT_Roster : public Task { - Q_OBJECT + TQ_OBJECT public: JT_Roster(Task *parent); @@ -111,7 +111,7 @@ namespace XMPP class JT_PushRoster : public Task { - Q_OBJECT + TQ_OBJECT public: JT_PushRoster(Task *parent); @@ -129,7 +129,7 @@ namespace XMPP class JT_Presence : public Task { - Q_OBJECT + TQ_OBJECT public: JT_Presence(Task *parent); @@ -151,7 +151,7 @@ namespace XMPP class JT_PushPresence : public Task { - Q_OBJECT + TQ_OBJECT public: JT_PushPresence(Task *parent); @@ -170,7 +170,7 @@ namespace XMPP class JT_Message : public Task { - Q_OBJECT + TQ_OBJECT public: JT_Message(Task *parent, const Message &); @@ -187,7 +187,7 @@ namespace XMPP class JT_PushMessage : public Task { - Q_OBJECT + TQ_OBJECT public: JT_PushMessage(Task *parent); @@ -205,7 +205,7 @@ namespace XMPP class JT_GetLastActivity : public Task { - Q_OBJECT + TQ_OBJECT public: JT_GetLastActivity(Task *); @@ -229,7 +229,7 @@ namespace XMPP class JT_GetServices : public Task { - Q_OBJECT + TQ_OBJECT public: JT_GetServices(Task *); @@ -252,7 +252,7 @@ namespace XMPP class JT_VCard : public Task { - Q_OBJECT + TQ_OBJECT public: JT_VCard(Task *parent); @@ -276,7 +276,7 @@ namespace XMPP class JT_Search : public Task { - Q_OBJECT + TQ_OBJECT public: JT_Search(Task *parent); @@ -301,7 +301,7 @@ namespace XMPP class JT_ClientVersion : public Task { - Q_OBJECT + TQ_OBJECT public: JT_ClientVersion(Task *); @@ -324,7 +324,7 @@ namespace XMPP /* class JT_ClientTime : public Task { - Q_OBJECT + TQ_OBJECT public: JT_ClientTime(Task *, const Jid &); @@ -342,7 +342,7 @@ namespace XMPP */ class JT_ServInfo : public Task { - Q_OBJECT + TQ_OBJECT public: JT_ServInfo(Task *); @@ -353,7 +353,7 @@ namespace XMPP class JT_Gateway : public Task { - Q_OBJECT + TQ_OBJECT public: JT_Gateway(Task *); @@ -377,7 +377,7 @@ namespace XMPP class JT_Browse : public Task { - Q_OBJECT + TQ_OBJECT public: JT_Browse(Task *); @@ -400,7 +400,7 @@ namespace XMPP class JT_DiscoItems : public Task { - Q_OBJECT + TQ_OBJECT public: JT_DiscoItems(Task *); @@ -421,7 +421,7 @@ namespace XMPP class JT_DiscoInfo : public Task { - Q_OBJECT + TQ_OBJECT public: JT_DiscoInfo(Task *); @@ -444,7 +444,7 @@ namespace XMPP class JT_DiscoPublish : public Task { - Q_OBJECT + TQ_OBJECT public: JT_DiscoPublish(Task *); @@ -462,7 +462,7 @@ namespace XMPP class JT_MucPresence : public Task { - Q_OBJECT + TQ_OBJECT public: JT_MucPresence(Task *parent); @@ -483,7 +483,7 @@ namespace XMPP class JT_PrivateStorage : public Task { - Q_OBJECT + TQ_OBJECT public: JT_PrivateStorage(Task *parent); @@ -505,7 +505,7 @@ namespace XMPP class PongServer : public Task { - Q_OBJECT + TQ_OBJECT public: PongServer(Task *); diff --git a/kopete/protocols/jabber/tdeioslave/jabberdisco.h b/kopete/protocols/jabber/tdeioslave/jabberdisco.h index c5817ec6..a4fd67e3 100644 --- a/kopete/protocols/jabber/tdeioslave/jabberdisco.h +++ b/kopete/protocols/jabber/tdeioslave/jabberdisco.h @@ -36,7 +36,7 @@ class JabberClient; class JabberDiscoProtocol : public TQObject, public TDEIO::SlaveBase { -Q_OBJECT +TQ_OBJECT public: 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: diff --git a/kopete/protocols/meanwhile/meanwhileaccount.h b/kopete/protocols/meanwhile/meanwhileaccount.h index 2e476d78..ba5eafc1 100644 --- a/kopete/protocols/meanwhile/meanwhileaccount.h +++ b/kopete/protocols/meanwhile/meanwhileaccount.h @@ -29,7 +29,7 @@ class MeanwhileSession; */ class MeanwhileAccount : public Kopete::PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h index e0eb6f82..be724b25 100644 --- a/kopete/protocols/meanwhile/meanwhileaddcontactpage.h +++ b/kopete/protocols/meanwhile/meanwhileaddcontactpage.h @@ -25,7 +25,7 @@ namespace Kopete { class MetaContact; } class MeanwhileAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: MeanwhileAddContactPage( TQWidget* parent = 0, diff --git a/kopete/protocols/meanwhile/meanwhilecontact.h b/kopete/protocols/meanwhile/meanwhilecontact.h index 6de9261e..c51ed121 100644 --- a/kopete/protocols/meanwhile/meanwhilecontact.h +++ b/kopete/protocols/meanwhile/meanwhilecontact.h @@ -30,7 +30,7 @@ namespace Kopete { class MetaContact; } class MeanwhileContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h index 577b8305..18840a8c 100644 --- a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h +++ b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h @@ -28,7 +28,7 @@ class MeanwhileEditAccountWidget : public MeanwhileEditAccountBase, public KopeteEditAccountWidget { -Q_OBJECT +TQ_OBJECT public: MeanwhileEditAccountWidget( TQWidget* parent, diff --git a/kopete/protocols/meanwhile/meanwhileprotocol.h b/kopete/protocols/meanwhile/meanwhileprotocol.h index 907b0482..8185fc88 100644 --- a/kopete/protocols/meanwhile/meanwhileprotocol.h +++ b/kopete/protocols/meanwhile/meanwhileprotocol.h @@ -37,7 +37,7 @@ class MeanwhileAddContactPage; class MeanwhileProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: MeanwhileProtocol(TQObject *parent, const char *name, diff --git a/kopete/protocols/meanwhile/meanwhilesession.h b/kopete/protocols/meanwhile/meanwhilesession.h index 314efe0b..81fb3c6b 100644 --- a/kopete/protocols/meanwhile/meanwhilesession.h +++ b/kopete/protocols/meanwhile/meanwhilesession.h @@ -35,7 +35,7 @@ struct MeanwhileClientID { */ class MeanwhileSession : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/dispatcher.h b/kopete/protocols/msn/dispatcher.h index 65b8dd3d..e96c95f4 100644 --- a/kopete/protocols/msn/dispatcher.h +++ b/kopete/protocols/msn/dispatcher.h @@ -39,7 +39,7 @@ namespace P2P{ class OutgoingTransfer; class KOPETE_EXPORT Dispatcher : public TQObject - { Q_OBJECT + { TQ_OBJECT public: Dispatcher(TQObject *parent, const TQString& contact, const TQStringList &ip); diff --git a/kopete/protocols/msn/incomingtransfer.h b/kopete/protocols/msn/incomingtransfer.h index 3ce3f391..6272c5ee 100644 --- a/kopete/protocols/msn/incomingtransfer.h +++ b/kopete/protocols/msn/incomingtransfer.h @@ -29,7 +29,7 @@ namespace KNetwork{ */ namespace P2P{ class IncomingTransfer : public P2P::TransferContext - { Q_OBJECT + { TQ_OBJECT public: IncomingTransfer(const TQString& from, P2P::Dispatcher *dispatcher, TQ_UINT32 sessionId); diff --git a/kopete/protocols/msn/messageformatter.h b/kopete/protocols/msn/messageformatter.h index fb29c300..183cf637 100644 --- a/kopete/protocols/msn/messageformatter.h +++ b/kopete/protocols/msn/messageformatter.h @@ -27,7 +27,7 @@ namespace P2P{ */ namespace P2P{ class MessageFormatter : public TQObject - { Q_OBJECT + { TQ_OBJECT public: MessageFormatter(TQObject *parent = 0, const char *name = 0); diff --git a/kopete/protocols/msn/msnaccount.h b/kopete/protocols/msn/msnaccount.h index ab03b942..45c842e1 100644 --- a/kopete/protocols/msn/msnaccount.h +++ b/kopete/protocols/msn/msnaccount.h @@ -39,7 +39,7 @@ class MSNContact; */ class MSNAccount : public Kopete::PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msnaddcontactpage.h b/kopete/protocols/msn/msnaddcontactpage.h index 8b8bb855..3a2a0df7 100644 --- a/kopete/protocols/msn/msnaddcontactpage.h +++ b/kopete/protocols/msn/msnaddcontactpage.h @@ -14,7 +14,7 @@ class MSNProtocol; class MSNAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: MSNAddContactPage(bool connected, TQWidget *parent=0, const char *name=0); diff --git a/kopete/protocols/msn/msnchallengehandler.h b/kopete/protocols/msn/msnchallengehandler.h index 22024aee..05f41ede 100644 --- a/kopete/protocols/msn/msnchallengehandler.h +++ b/kopete/protocols/msn/msnchallengehandler.h @@ -30,7 +30,7 @@ */ class MSNChallengeHandler : public TQObject { -Q_OBJECT +TQ_OBJECT public: MSNChallengeHandler(const TQString& productKey, const TQString& productId); diff --git a/kopete/protocols/msn/msnchatsession.h b/kopete/protocols/msn/msnchatsession.h index 72d47147..72c2ecb4 100644 --- a/kopete/protocols/msn/msnchatsession.h +++ b/kopete/protocols/msn/msnchatsession.h @@ -33,7 +33,7 @@ class TQLabel; */ class KOPETE_EXPORT MSNChatSession : public Kopete::ChatSession { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msncontact.h b/kopete/protocols/msn/msncontact.h index 6e1cbb21..fb46f541 100644 --- a/kopete/protocols/msn/msncontact.h +++ b/kopete/protocols/msn/msncontact.h @@ -43,7 +43,7 @@ namespace Kopete { class OnlineStatus; } class MSNContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msndebugrawcmddlg.h b/kopete/protocols/msn/msndebugrawcmddlg.h index 086fad8d..6cbf1e3a 100644 --- a/kopete/protocols/msn/msndebugrawcmddlg.h +++ b/kopete/protocols/msn/msndebugrawcmddlg.h @@ -31,7 +31,7 @@ class MSNDebugRawCommand_base; */ class MSNDebugRawCmdDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msnfiletransfersocket.h b/kopete/protocols/msn/msnfiletransfersocket.h index 2ead41f6..e4fe7e5a 100644 --- a/kopete/protocols/msn/msnfiletransfersocket.h +++ b/kopete/protocols/msn/msnfiletransfersocket.h @@ -39,7 +39,7 @@ namespace Kopete { class Contact; } */ class MSNFileTransferSocket : public MSNSocket , public MSNInvitation { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msnnotifysocket.h b/kopete/protocols/msn/msnnotifysocket.h index 934b3399..944b3c70 100644 --- a/kopete/protocols/msn/msnnotifysocket.h +++ b/kopete/protocols/msn/msnnotifysocket.h @@ -41,7 +41,7 @@ class MSNChallengeHandler; */ class MSNNotifySocket : public MSNSocket { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msnprotocol.h b/kopete/protocols/msn/msnprotocol.h index cf69d0b2..19056058 100644 --- a/kopete/protocols/msn/msnprotocol.h +++ b/kopete/protocols/msn/msnprotocol.h @@ -55,7 +55,7 @@ namespace Kopete { class Group; } */ class KOPETE_EXPORT MSNProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msnsecureloginhandler.h b/kopete/protocols/msn/msnsecureloginhandler.h index 5dc4a277..72b588d0 100644 --- a/kopete/protocols/msn/msnsecureloginhandler.h +++ b/kopete/protocols/msn/msnsecureloginhandler.h @@ -33,7 +33,7 @@ namespace TDEIO */ class MSNSecureLoginHandler : public TQObject { -Q_OBJECT +TQ_OBJECT public: MSNSecureLoginHandler(const TQString &accountId, const TQString &password, const TQString &authParameters); diff --git a/kopete/protocols/msn/msnsocket.h b/kopete/protocols/msn/msnsocket.h index 5661ee41..a73bb782 100644 --- a/kopete/protocols/msn/msnsocket.h +++ b/kopete/protocols/msn/msnsocket.h @@ -46,7 +46,7 @@ class MimeMessage; */ class KOPETE_EXPORT MSNSocket : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/msnswitchboardsocket.h b/kopete/protocols/msn/msnswitchboardsocket.h index e6777c5d..78ffb618 100644 --- a/kopete/protocols/msn/msnswitchboardsocket.h +++ b/kopete/protocols/msn/msnswitchboardsocket.h @@ -42,7 +42,7 @@ namespace P2P { class Dispatcher; } class KOPETE_EXPORT MSNSwitchBoardSocket : public MSNSocket { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/outgoingtransfer.h b/kopete/protocols/msn/outgoingtransfer.h index 0ec5846c..960523e1 100644 --- a/kopete/protocols/msn/outgoingtransfer.h +++ b/kopete/protocols/msn/outgoingtransfer.h @@ -26,7 +26,7 @@ */ namespace P2P{ class OutgoingTransfer : public TransferContext - { Q_OBJECT + { TQ_OBJECT public: OutgoingTransfer(const TQString& to, P2P::Dispatcher *dispatcher, TQ_UINT32 sessionId); diff --git a/kopete/protocols/msn/p2p.h b/kopete/protocols/msn/p2p.h index 55a7866a..2936b4bd 100644 --- a/kopete/protocols/msn/p2p.h +++ b/kopete/protocols/msn/p2p.h @@ -94,7 +94,7 @@ namespace P2P{ }; class KOPETE_EXPORT TransferContext : public TQObject - { Q_OBJECT + { TQ_OBJECT public: virtual ~TransferContext(); diff --git a/kopete/protocols/msn/transport.h b/kopete/protocols/msn/transport.h index c5554b54..3d7a28fc 100644 --- a/kopete/protocols/msn/transport.h +++ b/kopete/protocols/msn/transport.h @@ -49,7 +49,7 @@ enum TransportBridgeType /** @brief Represents the protocol used to send and receive message between peers. */ class Transport : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** @brief Creates a new instance of the class Transport. */ @@ -80,7 +80,7 @@ private: /** @brief Represents the channel connecting two peers. */ class TransportBridge : public TQObject { - Q_OBJECT + TQ_OBJECT public: virtual ~TransportBridge(); @@ -123,7 +123,7 @@ protected: class TcpTransportBridge : public TransportBridge { - Q_OBJECT + TQ_OBJECT friend class Transport; diff --git a/kopete/protocols/msn/ui/msneditaccountwidget.h b/kopete/protocols/msn/ui/msneditaccountwidget.h index 27d331c7..7e6ff71b 100644 --- a/kopete/protocols/msn/ui/msneditaccountwidget.h +++ b/kopete/protocols/msn/ui/msneditaccountwidget.h @@ -34,7 +34,7 @@ class MSNEditAccountWidgetPrivate; */ class MSNEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/msn/webcam.h b/kopete/protocols/msn/webcam.h index a056fe24..85405af8 100644 --- a/kopete/protocols/msn/webcam.h +++ b/kopete/protocols/msn/webcam.h @@ -29,7 +29,7 @@ namespace P2P { class Webcam : public TransferContext -{ Q_OBJECT +{ TQ_OBJECT public: enum Who { wProducer , wViewer }; diff --git a/kopete/protocols/msn/webcam/msnwebcamdialog.h b/kopete/protocols/msn/webcam/msnwebcamdialog.h index 85bf08dc..05d6e1dc 100644 --- a/kopete/protocols/msn/webcam/msnwebcamdialog.h +++ b/kopete/protocols/msn/webcam/msnwebcamdialog.h @@ -34,7 +34,7 @@ class MSNContact; class KOPETE_EXPORT MSNWebcamDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: MSNWebcamDialog( const TQString& contact, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/oscar/aim/aimaccount.h b/kopete/protocols/oscar/aim/aimaccount.h index 897c6fd8..972c641c 100644 --- a/kopete/protocols/oscar/aim/aimaccount.h +++ b/kopete/protocols/oscar/aim/aimaccount.h @@ -52,7 +52,7 @@ class OscarVisibilityDialog; class AIMMyselfContact : public OscarMyselfContact { -Q_OBJECT +TQ_OBJECT public: AIMMyselfContact( AIMAccount *acct ); @@ -83,7 +83,7 @@ private: class AIMAccount : public OscarAccount { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/aimchatsession.h b/kopete/protocols/oscar/aim/aimchatsession.h index b4e78e3d..0cb29a49 100644 --- a/kopete/protocols/oscar/aim/aimchatsession.h +++ b/kopete/protocols/oscar/aim/aimchatsession.h @@ -26,7 +26,7 @@ class Client; class AIMChatSession : public Kopete::ChatSession { -Q_OBJECT +TQ_OBJECT public: AIMChatSession( const Kopete::Contact* contact, Kopete::ContactPtrList others, diff --git a/kopete/protocols/oscar/aim/aimcontact.h b/kopete/protocols/oscar/aim/aimcontact.h index 1c8fde05..cc8c9c0a 100644 --- a/kopete/protocols/oscar/aim/aimcontact.h +++ b/kopete/protocols/oscar/aim/aimcontact.h @@ -34,7 +34,7 @@ class AIMUserInfoDialog; class AIMContact : public OscarContact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/aimjoinchat.h b/kopete/protocols/oscar/aim/aimjoinchat.h index 5060ce64..476c16b9 100644 --- a/kopete/protocols/oscar/aim/aimjoinchat.h +++ b/kopete/protocols/oscar/aim/aimjoinchat.h @@ -29,7 +29,7 @@ class AIMJoinChatBase; class AIMJoinChatUI : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: AIMJoinChatUI( AIMAccount*, bool modal, TQWidget* parent = 0, diff --git a/kopete/protocols/oscar/aim/aimprotocol.h b/kopete/protocols/oscar/aim/aimprotocol.h index 0a8345fc..17d552c6 100644 --- a/kopete/protocols/oscar/aim/aimprotocol.h +++ b/kopete/protocols/oscar/aim/aimprotocol.h @@ -39,7 +39,7 @@ public: class AIMProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/aimuserinfo.h b/kopete/protocols/oscar/aim/aimuserinfo.h index d9e77fc5..5ca4e160 100644 --- a/kopete/protocols/oscar/aim/aimuserinfo.h +++ b/kopete/protocols/oscar/aim/aimuserinfo.h @@ -29,7 +29,7 @@ class AIMAccount; class AIMUserInfoDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AIMUserInfoDialog(Kopete::Contact *c, AIMAccount *acc, bool modal, diff --git a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h b/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h index ea79a7b9..06fd6273 100644 --- a/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h +++ b/kopete/protocols/oscar/aim/ui/aimaddcontactpage.h @@ -16,7 +16,7 @@ class MetaContact; class AIMAddContactPage : public AddContactPage { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h b/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h index 1439b5d6..49ff3d9f 100644 --- a/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h +++ b/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.h @@ -36,7 +36,7 @@ class aimEditAccountUI; class AIMEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { -Q_OBJECT +TQ_OBJECT public: 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 ); diff --git a/kopete/protocols/oscar/liboscar/HACKING b/kopete/protocols/oscar/liboscar/HACKING index 0259505d..38325050 100644 --- a/kopete/protocols/oscar/liboscar/HACKING +++ b/kopete/protocols/oscar/liboscar/HACKING @@ -40,7 +40,7 @@ namespace { class Foo { -Q_OBJECT +TQ_OBJECT public: Foo(); ~Foo(); diff --git a/kopete/protocols/oscar/liboscar/aimlogintask.h b/kopete/protocols/oscar/liboscar/aimlogintask.h index 82850a47..7e7236da 100644 --- a/kopete/protocols/oscar/liboscar/aimlogintask.h +++ b/kopete/protocols/oscar/liboscar/aimlogintask.h @@ -25,7 +25,7 @@ using namespace Oscar; class AimLoginTask : public Task { -Q_OBJECT +TQ_OBJECT public: AimLoginTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/buddyicontask.h b/kopete/protocols/oscar/liboscar/buddyicontask.h index c3b7c4f9..cc0f3295 100644 --- a/kopete/protocols/oscar/liboscar/buddyicontask.h +++ b/kopete/protocols/oscar/liboscar/buddyicontask.h @@ -27,7 +27,7 @@ class Transfer; class BuddyIconTask : public Task { -Q_OBJECT +TQ_OBJECT public: BuddyIconTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/bytestream.h b/kopete/protocols/oscar/liboscar/bytestream.h index e64ce68d..c3e050cb 100644 --- a/kopete/protocols/oscar/liboscar/bytestream.h +++ b/kopete/protocols/oscar/liboscar/bytestream.h @@ -29,7 +29,7 @@ // CS_EXPORT_BEGIN class ByteStream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrRead, ErrWrite, ErrCustom = 10 }; diff --git a/kopete/protocols/oscar/liboscar/chatnavservicetask.h b/kopete/protocols/oscar/liboscar/chatnavservicetask.h index b1017264..dc32aacc 100644 --- a/kopete/protocols/oscar/liboscar/chatnavservicetask.h +++ b/kopete/protocols/oscar/liboscar/chatnavservicetask.h @@ -29,7 +29,7 @@ class Transfer; */ class ChatNavServiceTask : public Task { -Q_OBJECT +TQ_OBJECT public: ChatNavServiceTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/chatservicetask.h b/kopete/protocols/oscar/liboscar/chatservicetask.h index 1b6d2ddf..d67a0ff1 100644 --- a/kopete/protocols/oscar/liboscar/chatservicetask.h +++ b/kopete/protocols/oscar/liboscar/chatservicetask.h @@ -27,7 +27,7 @@ class Transfer; class ChatServiceTask : public Task { -Q_OBJECT +TQ_OBJECT public: ChatServiceTask( Task* parent, Oscar::WORD exchange, const TQString& room ); diff --git a/kopete/protocols/oscar/liboscar/client.h b/kopete/protocols/oscar/liboscar/client.h index b80ba304..e58c9f41 100644 --- a/kopete/protocols/oscar/liboscar/client.h +++ b/kopete/protocols/oscar/liboscar/client.h @@ -49,7 +49,7 @@ class Settings; class KOPETE_EXPORT Client : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/liboscar/connection.h b/kopete/protocols/oscar/liboscar/connection.h index e85e0b82..7146f020 100644 --- a/kopete/protocols/oscar/liboscar/connection.h +++ b/kopete/protocols/oscar/liboscar/connection.h @@ -47,7 +47,7 @@ class Settings; */ class Connection : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/liboscar/connector.h b/kopete/protocols/oscar/liboscar/connector.h index 62b9a5a3..478fc097 100644 --- a/kopete/protocols/oscar/liboscar/connector.h +++ b/kopete/protocols/oscar/liboscar/connector.h @@ -29,7 +29,7 @@ class ByteStream; class Connector : public TQObject { - Q_OBJECT + TQ_OBJECT public: Connector(TQObject *parent=0); diff --git a/kopete/protocols/oscar/liboscar/coreprotocol.h b/kopete/protocols/oscar/liboscar/coreprotocol.h index bf3cfeea..c8b8fff2 100644 --- a/kopete/protocols/oscar/liboscar/coreprotocol.h +++ b/kopete/protocols/oscar/liboscar/coreprotocol.h @@ -31,7 +31,7 @@ class Transfer; class CoreProtocol : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum State { NeedMore, Available, NoData, OutOfSync }; diff --git a/kopete/protocols/oscar/liboscar/flapprotocol.h b/kopete/protocols/oscar/liboscar/flapprotocol.h index 9e5e3f75..194ea6e2 100644 --- a/kopete/protocols/oscar/liboscar/flapprotocol.h +++ b/kopete/protocols/oscar/liboscar/flapprotocol.h @@ -27,7 +27,7 @@ class FlapTransfer; class FlapProtocol : public InputProtocolBase { -Q_OBJECT +TQ_OBJECT public: FlapProtocol( TQObject *parent = 0, const char *name = 0 ); diff --git a/kopete/protocols/oscar/liboscar/icqlogintask.h b/kopete/protocols/oscar/liboscar/icqlogintask.h index 0d998c73..f180ed44 100644 --- a/kopete/protocols/oscar/liboscar/icqlogintask.h +++ b/kopete/protocols/oscar/liboscar/icqlogintask.h @@ -29,7 +29,7 @@ using namespace Oscar; class IcqLoginTask : public Task { -Q_OBJECT +TQ_OBJECT public: IcqLoginTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/icqtask.h b/kopete/protocols/oscar/liboscar/icqtask.h index b75a2f8f..043ab037 100644 --- a/kopete/protocols/oscar/liboscar/icqtask.h +++ b/kopete/protocols/oscar/liboscar/icqtask.h @@ -27,7 +27,7 @@ class Buffer; class ICQTask : public Task { -Q_OBJECT +TQ_OBJECT public: ICQTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/icquserinfotask.h b/kopete/protocols/oscar/liboscar/icquserinfotask.h index 720342b9..11b93ee4 100644 --- a/kopete/protocols/oscar/liboscar/icquserinfotask.h +++ b/kopete/protocols/oscar/liboscar/icquserinfotask.h @@ -32,7 +32,7 @@ class Transfer; */ class ICQUserInfoRequestTask : public ICQTask { -Q_OBJECT +TQ_OBJECT public: ICQUserInfoRequestTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/inputprotocolbase.h b/kopete/protocols/oscar/liboscar/inputprotocolbase.h index badf788a..d29e9c8d 100644 --- a/kopete/protocols/oscar/liboscar/inputprotocolbase.h +++ b/kopete/protocols/oscar/liboscar/inputprotocolbase.h @@ -29,7 +29,7 @@ Defines a basic interface for protocols dealing with input from the GroupWise se */ class InputProtocolBase : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum EventProtocolState { Success, NeedMore, OutOfSync, ProtocolError }; diff --git a/kopete/protocols/oscar/liboscar/logintask.h b/kopete/protocols/oscar/liboscar/logintask.h index 8ea776a7..29ba81c9 100644 --- a/kopete/protocols/oscar/liboscar/logintask.h +++ b/kopete/protocols/oscar/liboscar/logintask.h @@ -43,7 +43,7 @@ class Transfer; */ class StageOneLoginTask : public Task { -Q_OBJECT +TQ_OBJECT public: StageOneLoginTask( Task* parent ); @@ -103,7 +103,7 @@ class RateInfoTask; class StageTwoLoginTask : public Task { -Q_OBJECT +TQ_OBJECT public: StageTwoLoginTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/messagereceivertask.h b/kopete/protocols/oscar/liboscar/messagereceivertask.h index d8915c8e..0eb589c5 100644 --- a/kopete/protocols/oscar/liboscar/messagereceivertask.h +++ b/kopete/protocols/oscar/liboscar/messagereceivertask.h @@ -31,7 +31,7 @@ class TQTextCodec; */ class MessageReceiverTask : public Task { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/liboscar/offlinemessagestask.h b/kopete/protocols/oscar/liboscar/offlinemessagestask.h index 42793be2..95a7b40f 100644 --- a/kopete/protocols/oscar/liboscar/offlinemessagestask.h +++ b/kopete/protocols/oscar/liboscar/offlinemessagestask.h @@ -29,7 +29,7 @@ ICQ Offline messages handling */ class OfflineMessagesTask : public ICQTask { -Q_OBJECT +TQ_OBJECT public: OfflineMessagesTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/onlinenotifiertask.h b/kopete/protocols/oscar/liboscar/onlinenotifiertask.h index b3ee7463..5a1fa504 100644 --- a/kopete/protocols/oscar/liboscar/onlinenotifiertask.h +++ b/kopete/protocols/oscar/liboscar/onlinenotifiertask.h @@ -34,7 +34,7 @@ Implements SNACS (0x03, 0x11) and (0x03, 0x12) */ class OnlineNotifierTask : public Task { -Q_OBJECT +TQ_OBJECT public: OnlineNotifierTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/oscarbytestream.h b/kopete/protocols/oscar/liboscar/oscarbytestream.h index ce7d458e..6d293173 100644 --- a/kopete/protocols/oscar/liboscar/oscarbytestream.h +++ b/kopete/protocols/oscar/liboscar/oscarbytestream.h @@ -34,7 +34,7 @@ class KNetworkByteStream : public ByteStream { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/liboscar/oscarclientstream.h b/kopete/protocols/oscar/liboscar/oscarclientstream.h index f59063f4..46d7aa69 100644 --- a/kopete/protocols/oscar/liboscar/oscarclientstream.h +++ b/kopete/protocols/oscar/liboscar/oscarclientstream.h @@ -33,7 +33,7 @@ class TQHostAddress; class ClientStream : public Stream { - Q_OBJECT + TQ_OBJECT public: enum Error { diff --git a/kopete/protocols/oscar/liboscar/oscarconnector.h b/kopete/protocols/oscar/liboscar/oscarconnector.h index d5cbdf37..1126c7fe 100644 --- a/kopete/protocols/oscar/liboscar/oscarconnector.h +++ b/kopete/protocols/oscar/liboscar/oscarconnector.h @@ -36,7 +36,7 @@ class KResolverEntry; class KNetworkConnector : public Connector { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/liboscar/ownuserinfotask.h b/kopete/protocols/oscar/liboscar/ownuserinfotask.h index 31af0fdf..ae61f9c3 100644 --- a/kopete/protocols/oscar/liboscar/ownuserinfotask.h +++ b/kopete/protocols/oscar/liboscar/ownuserinfotask.h @@ -28,7 +28,7 @@ Request our user info from the server and handle our user info when it comes bac */ class OwnUserInfoTask : public Task { -Q_OBJECT +TQ_OBJECT public: OwnUserInfoTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/rateclass.h b/kopete/protocols/oscar/liboscar/rateclass.h index f2d7396e..fca95cb8 100644 --- a/kopete/protocols/oscar/liboscar/rateclass.h +++ b/kopete/protocols/oscar/liboscar/rateclass.h @@ -36,7 +36,7 @@ class Transfer; class RateClass : public TQObject { - Q_OBJECT + TQ_OBJECT public: RateClass( TQObject* parent = 0 ); diff --git a/kopete/protocols/oscar/liboscar/rateclassmanager.h b/kopete/protocols/oscar/liboscar/rateclassmanager.h index 08959313..c94a1e5f 100644 --- a/kopete/protocols/oscar/liboscar/rateclassmanager.h +++ b/kopete/protocols/oscar/liboscar/rateclassmanager.h @@ -33,7 +33,7 @@ class RateClassManagerPrivate; class RateClassManager : public TQObject { -Q_OBJECT +TQ_OBJECT public: RateClassManager( Connection* parent, const char* name = 0 ); diff --git a/kopete/protocols/oscar/liboscar/rateinfotask.h b/kopete/protocols/oscar/liboscar/rateinfotask.h index bcb105fe..597235b5 100644 --- a/kopete/protocols/oscar/liboscar/rateinfotask.h +++ b/kopete/protocols/oscar/liboscar/rateinfotask.h @@ -29,7 +29,7 @@ using namespace Oscar; */ class RateInfoTask : public Task { -Q_OBJECT +TQ_OBJECT public: RateInfoTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/safedelete.h b/kopete/protocols/oscar/liboscar/safedelete.h index a740d66f..9e60a315 100644 --- a/kopete/protocols/oscar/liboscar/safedelete.h +++ b/kopete/protocols/oscar/liboscar/safedelete.h @@ -59,7 +59,7 @@ private: class SafeDeleteLater : public TQObject { - Q_OBJECT + TQ_OBJECT public: static SafeDeleteLater *ensureExists(); diff --git a/kopete/protocols/oscar/liboscar/serverredirecttask.h b/kopete/protocols/oscar/liboscar/serverredirecttask.h index 3640b1ce..90bb3afd 100644 --- a/kopete/protocols/oscar/liboscar/serverredirecttask.h +++ b/kopete/protocols/oscar/liboscar/serverredirecttask.h @@ -31,7 +31,7 @@ class Transfer; class ServerRedirectTask : public Task { -Q_OBJECT +TQ_OBJECT public: ServerRedirectTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/serverversionstask.h b/kopete/protocols/oscar/liboscar/serverversionstask.h index 822911bd..0594f40b 100644 --- a/kopete/protocols/oscar/liboscar/serverversionstask.h +++ b/kopete/protocols/oscar/liboscar/serverversionstask.h @@ -30,7 +30,7 @@ class Transfer; */ class ServerVersionsTask : public Task { -Q_OBJECT +TQ_OBJECT public: ServerVersionsTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/servicesetuptask.h b/kopete/protocols/oscar/liboscar/servicesetuptask.h index 41dfaec1..38d70512 100644 --- a/kopete/protocols/oscar/liboscar/servicesetuptask.h +++ b/kopete/protocols/oscar/liboscar/servicesetuptask.h @@ -37,7 +37,7 @@ Set up the various services for the BOS connection */ class ServiceSetupTask : public Task { -Q_OBJECT +TQ_OBJECT public: ServiceSetupTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/snacprotocol.h b/kopete/protocols/oscar/liboscar/snacprotocol.h index d65b101e..a324fd10 100644 --- a/kopete/protocols/oscar/liboscar/snacprotocol.h +++ b/kopete/protocols/oscar/liboscar/snacprotocol.h @@ -27,7 +27,7 @@ class SnacTransfer; class SnacProtocol : public InputProtocolBase { -Q_OBJECT +TQ_OBJECT public: SnacProtocol( TQObject *parent = 0, const char *name = 0 ); diff --git a/kopete/protocols/oscar/liboscar/ssiauthtask.h b/kopete/protocols/oscar/liboscar/ssiauthtask.h index 2d6265f8..5fa8c40c 100644 --- a/kopete/protocols/oscar/liboscar/ssiauthtask.h +++ b/kopete/protocols/oscar/liboscar/ssiauthtask.h @@ -28,7 +28,7 @@ class SSIManager; */ class SSIAuthTask : public Task { -Q_OBJECT +TQ_OBJECT public: SSIAuthTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/ssilisttask.h b/kopete/protocols/oscar/liboscar/ssilisttask.h index b66b8a16..642fd79d 100644 --- a/kopete/protocols/oscar/liboscar/ssilisttask.h +++ b/kopete/protocols/oscar/liboscar/ssilisttask.h @@ -34,7 +34,7 @@ class SSIManager; */ class SSIListTask : public Task { -Q_OBJECT +TQ_OBJECT public: SSIListTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/ssimanager.h b/kopete/protocols/oscar/liboscar/ssimanager.h index ac725233..6a4f151f 100644 --- a/kopete/protocols/oscar/liboscar/ssimanager.h +++ b/kopete/protocols/oscar/liboscar/ssimanager.h @@ -40,7 +40,7 @@ SSI management */ class KOPETE_EXPORT SSIManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: SSIManager( TQObject* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/oscar/liboscar/stream.h b/kopete/protocols/oscar/liboscar/stream.h index 919c7799..ff1d1ba1 100644 --- a/kopete/protocols/oscar/liboscar/stream.h +++ b/kopete/protocols/oscar/liboscar/stream.h @@ -27,7 +27,7 @@ class Transfer; class Stream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrParse, ErrProtocol, ErrStream, ErrCustom = 10 }; diff --git a/kopete/protocols/oscar/liboscar/task.h b/kopete/protocols/oscar/liboscar/task.h index ccaa5d08..f1c85a11 100644 --- a/kopete/protocols/oscar/liboscar/task.h +++ b/kopete/protocols/oscar/liboscar/task.h @@ -36,7 +36,7 @@ using namespace Oscar; class Task : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { ErrDisc }; diff --git a/kopete/protocols/oscar/liboscar/tests/clientstream_test.h b/kopete/protocols/oscar/liboscar/tests/clientstream_test.h index 7148eb11..9fcf3abb 100644 --- a/kopete/protocols/oscar/liboscar/tests/clientstream_test.h +++ b/kopete/protocols/oscar/liboscar/tests/clientstream_test.h @@ -23,7 +23,7 @@ class ClientStreamTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: ClientStreamTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/logintest.h b/kopete/protocols/oscar/liboscar/tests/logintest.h index 4ba4f3cd..9435973b 100644 --- a/kopete/protocols/oscar/liboscar/tests/logintest.h +++ b/kopete/protocols/oscar/liboscar/tests/logintest.h @@ -24,7 +24,7 @@ class LoginTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: LoginTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h b/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h index b86abe41..514242de 100644 --- a/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h +++ b/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h @@ -24,7 +24,7 @@ class LoginTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: LoginTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/ssitest.h b/kopete/protocols/oscar/liboscar/tests/ssitest.h index ff5b6ccf..bb095724 100644 --- a/kopete/protocols/oscar/liboscar/tests/ssitest.h +++ b/kopete/protocols/oscar/liboscar/tests/ssitest.h @@ -20,7 +20,7 @@ class SSITest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: SSITest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/tdeunittest.h b/kopete/protocols/oscar/liboscar/tests/tdeunittest.h index 61f891e8..b7b729cd 100644 --- a/kopete/protocols/oscar/liboscar/tests/tdeunittest.h +++ b/kopete/protocols/oscar/liboscar/tests/tdeunittest.h @@ -38,7 +38,7 @@ class KUnitTest : public TQObject { - Q_OBJECT + TQ_OBJECT public: KUnitTest(); diff --git a/kopete/protocols/oscar/liboscar/tests/userinfotest.h b/kopete/protocols/oscar/liboscar/tests/userinfotest.h index a32b7a46..82ca9d13 100644 --- a/kopete/protocols/oscar/liboscar/tests/userinfotest.h +++ b/kopete/protocols/oscar/liboscar/tests/userinfotest.h @@ -24,7 +24,7 @@ class LoginTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: LoginTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/typingnotifytask.h b/kopete/protocols/oscar/liboscar/typingnotifytask.h index 9897f292..30c082be 100644 --- a/kopete/protocols/oscar/liboscar/typingnotifytask.h +++ b/kopete/protocols/oscar/liboscar/typingnotifytask.h @@ -27,7 +27,7 @@ */ class TypingNotifyTask : public Task { -Q_OBJECT +TQ_OBJECT public: enum { Finished = 0x0000, Typed = 0x0001, Begin = 0x0002 }; diff --git a/kopete/protocols/oscar/liboscar/userinfotask.h b/kopete/protocols/oscar/liboscar/userinfotask.h index 21e14307..78274cc4 100644 --- a/kopete/protocols/oscar/liboscar/userinfotask.h +++ b/kopete/protocols/oscar/liboscar/userinfotask.h @@ -32,7 +32,7 @@ Handles user information requests that are done via SNAC 02,05 and 02,06 */ class UserInfoTask : public Task { -Q_OBJECT +TQ_OBJECT public: UserInfoTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/usersearchtask.h b/kopete/protocols/oscar/liboscar/usersearchtask.h index cbbd2bea..0b2a2609 100644 --- a/kopete/protocols/oscar/liboscar/usersearchtask.h +++ b/kopete/protocols/oscar/liboscar/usersearchtask.h @@ -30,7 +30,7 @@ Search for contacts */ class UserSearchTask : public ICQTask { -Q_OBJECT +TQ_OBJECT public: UserSearchTask( Task* parent ); diff --git a/kopete/protocols/oscar/liboscar/warningtask.h b/kopete/protocols/oscar/liboscar/warningtask.h index c3f7806a..377c130d 100644 --- a/kopete/protocols/oscar/liboscar/warningtask.h +++ b/kopete/protocols/oscar/liboscar/warningtask.h @@ -28,7 +28,7 @@ */ class WarningTask : public Task { -Q_OBJECT +TQ_OBJECT public: WarningTask( Task* parent ); diff --git a/kopete/protocols/oscar/oscaraccount.h b/kopete/protocols/oscar/oscaraccount.h index 71515810..62603c07 100644 --- a/kopete/protocols/oscar/oscaraccount.h +++ b/kopete/protocols/oscar/oscaraccount.h @@ -41,7 +41,7 @@ class TQTextCodec; class KDE_EXPORT OscarAccount : public Kopete::PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/oscar/oscarcontact.h b/kopete/protocols/oscar/oscarcontact.h index 5a886b29..a1286c6d 100644 --- a/kopete/protocols/oscar/oscarcontact.h +++ b/kopete/protocols/oscar/oscarcontact.h @@ -59,7 +59,7 @@ class TDEToggleAction; */ class KDE_EXPORT OscarContact : public Kopete::Contact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/oscarencodingselectiondialog.h b/kopete/protocols/oscar/oscarencodingselectiondialog.h index beff9074..f1381a01 100644 --- a/kopete/protocols/oscar/oscarencodingselectiondialog.h +++ b/kopete/protocols/oscar/oscarencodingselectiondialog.h @@ -26,7 +26,7 @@ class OscarEncodingBaseUI; class KOPETE_EXPORT OscarEncodingSelectionDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: OscarEncodingSelectionDialog( TQWidget* parent = 0, int initialEncoding = 4); diff --git a/kopete/protocols/oscar/oscarlistnonservercontacts.h b/kopete/protocols/oscar/oscarlistnonservercontacts.h index 159b99f1..8c2e2f1b 100644 --- a/kopete/protocols/oscar/oscarlistnonservercontacts.h +++ b/kopete/protocols/oscar/oscarlistnonservercontacts.h @@ -27,7 +27,7 @@ class TQStringList; class KOPETE_EXPORT OscarListNonServerContacts : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: OscarListNonServerContacts( TQWidget* parent ); diff --git a/kopete/protocols/oscar/oscarmyselfcontact.h b/kopete/protocols/oscar/oscarmyselfcontact.h index 52cbd2cd..0de022d0 100644 --- a/kopete/protocols/oscar/oscarmyselfcontact.h +++ b/kopete/protocols/oscar/oscarmyselfcontact.h @@ -36,7 +36,7 @@ class TDEToggleAction; */ class KDE_EXPORT OscarMyselfContact : public Kopete::Contact { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/oscar/oscarversionupdater.h b/kopete/protocols/oscar/oscarversionupdater.h index 5c39683f..a1926d4b 100644 --- a/kopete/protocols/oscar/oscarversionupdater.h +++ b/kopete/protocols/oscar/oscarversionupdater.h @@ -36,7 +36,7 @@ class TQDomDocument; class OscarVersionUpdater : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/oscar/oscarvisibilitydialog.h b/kopete/protocols/oscar/oscarvisibilitydialog.h index a5583024..63b41665 100644 --- a/kopete/protocols/oscar/oscarvisibilitydialog.h +++ b/kopete/protocols/oscar/oscarvisibilitydialog.h @@ -29,7 +29,7 @@ class Client; class KOPETE_EXPORT OscarVisibilityDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: typedef TQMap<TQString, TQString> ContactMap; diff --git a/kopete/protocols/sms/services/gsmlib.h b/kopete/protocols/sms/services/gsmlib.h index 5f7b9257..aa1bea5f 100644 --- a/kopete/protocols/sms/services/gsmlib.h +++ b/kopete/protocols/sms/services/gsmlib.h @@ -45,7 +45,7 @@ class GSMLibThread; class GSMLib : public SMSService { - Q_OBJECT + TQ_OBJECT public: GSMLib(Kopete::Account* account); diff --git a/kopete/protocols/sms/services/kopete_unix_serial.h b/kopete/protocols/sms/services/kopete_unix_serial.h index cdc30be7..fd8ed74c 100644 --- a/kopete/protocols/sms/services/kopete_unix_serial.h +++ b/kopete/protocols/sms/services/kopete_unix_serial.h @@ -32,7 +32,7 @@ namespace gsmlib class KopeteUnixSerialPort : public TQObject, public Port { - Q_OBJECT + TQ_OBJECT protected: diff --git a/kopete/protocols/sms/services/smsclient.h b/kopete/protocols/sms/services/smsclient.h index ffb146c6..90e6cad3 100644 --- a/kopete/protocols/sms/services/smsclient.h +++ b/kopete/protocols/sms/services/smsclient.h @@ -30,7 +30,7 @@ class TDEProcess; class SMSClient : public SMSService { - Q_OBJECT + TQ_OBJECT public: SMSClient(Kopete::Account* account); diff --git a/kopete/protocols/sms/services/smssend.h b/kopete/protocols/sms/services/smssend.h index 9b575a72..6a3ccb97 100644 --- a/kopete/protocols/sms/services/smssend.h +++ b/kopete/protocols/sms/services/smssend.h @@ -32,7 +32,7 @@ class TQGridLayout; class SMSSend : public SMSService { - Q_OBJECT + TQ_OBJECT public: SMSSend(Kopete::Account* account); diff --git a/kopete/protocols/sms/services/smssendprovider.h b/kopete/protocols/sms/services/smssendprovider.h index fbe238e1..13d0154b 100644 --- a/kopete/protocols/sms/services/smssendprovider.h +++ b/kopete/protocols/sms/services/smssendprovider.h @@ -35,7 +35,7 @@ class SMSContact; class SMSSendProvider : public TQObject { - Q_OBJECT + TQ_OBJECT public: SMSSendProvider(const TQString& providerName, const TQString& prefixValue, Kopete::Account* account, TQObject* parent = 0, const char* name = 0); diff --git a/kopete/protocols/sms/smsaccount.h b/kopete/protocols/sms/smsaccount.h index ab5af0dc..5e705d28 100644 --- a/kopete/protocols/sms/smsaccount.h +++ b/kopete/protocols/sms/smsaccount.h @@ -29,7 +29,7 @@ enum SMSMsgAction { ACT_ASK = 0, ACT_CANCEL, ACT_SPLIT }; class SMSAccount : public Kopete::Account { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/sms/smsaddcontactpage.h b/kopete/protocols/sms/smsaddcontactpage.h index 51be4630..c87cf11c 100644 --- a/kopete/protocols/sms/smsaddcontactpage.h +++ b/kopete/protocols/sms/smsaddcontactpage.h @@ -25,7 +25,7 @@ class SMSProtocol; class SMSAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: SMSAddContactPage(TQWidget *parent=0, const char *name=0); diff --git a/kopete/protocols/sms/smscontact.h b/kopete/protocols/sms/smscontact.h index 98d56c05..d7af00ef 100644 --- a/kopete/protocols/sms/smscontact.h +++ b/kopete/protocols/sms/smscontact.h @@ -31,7 +31,7 @@ class TDEAction; class SMSContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: SMSContact( Kopete::Account* _account, const TQString &phoneNumber, diff --git a/kopete/protocols/sms/smseditaccountwidget.h b/kopete/protocols/sms/smseditaccountwidget.h index 308e313e..40cb3867 100644 --- a/kopete/protocols/sms/smseditaccountwidget.h +++ b/kopete/protocols/sms/smseditaccountwidget.h @@ -28,7 +28,7 @@ class TQGridLayout; class SMSEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { - Q_OBJECT + TQ_OBJECT public: SMSEditAccountWidget(SMSProtocol *protocol, Kopete::Account *theAccount, TQWidget *parent = 0, const char *name = 0); diff --git a/kopete/protocols/sms/smsprotocol.h b/kopete/protocols/sms/smsprotocol.h index 69911a15..9f37c90e 100644 --- a/kopete/protocols/sms/smsprotocol.h +++ b/kopete/protocols/sms/smsprotocol.h @@ -39,7 +39,7 @@ class SMSContact; class SMSProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/sms/smsservice.h b/kopete/protocols/sms/smsservice.h index 7ad571f9..eab0ccbe 100644 --- a/kopete/protocols/sms/smsservice.h +++ b/kopete/protocols/sms/smsservice.h @@ -30,7 +30,7 @@ class TQWidget; class SMSService : public TQObject { - Q_OBJECT + TQ_OBJECT public: SMSService(Kopete::Account* account = 0); diff --git a/kopete/protocols/sms/smsuserpreferences.h b/kopete/protocols/sms/smsuserpreferences.h index 6b8b708f..db1c30fb 100644 --- a/kopete/protocols/sms/smsuserpreferences.h +++ b/kopete/protocols/sms/smsuserpreferences.h @@ -26,7 +26,7 @@ class SMSContact; class SMSUserPreferences : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SMSUserPreferences(SMSContact* contact); diff --git a/kopete/protocols/testbed/testbedaccount.h b/kopete/protocols/testbed/testbedaccount.h index 7eb319b8..0f1e729a 100644 --- a/kopete/protocols/testbed/testbedaccount.h +++ b/kopete/protocols/testbed/testbedaccount.h @@ -34,7 +34,7 @@ class TestbedFakeServer; */ class TestbedAccount : public Kopete::Account { - Q_OBJECT + TQ_OBJECT public: TestbedAccount( TestbedProtocol *parent, const TQString& accountID, const char *name = 0 ); diff --git a/kopete/protocols/testbed/testbedaddcontactpage.h b/kopete/protocols/testbed/testbedaddcontactpage.h index 50ae0c8e..0772d731 100644 --- a/kopete/protocols/testbed/testbedaddcontactpage.h +++ b/kopete/protocols/testbed/testbedaddcontactpage.h @@ -29,7 +29,7 @@ class TestbedAddUI; */ class TestbedAddContactPage : public AddContactPage { - Q_OBJECT + TQ_OBJECT public: TestbedAddContactPage( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/testbed/testbedcontact.h b/kopete/protocols/testbed/testbedcontact.h index c4fb17dd..381926ba 100644 --- a/kopete/protocols/testbed/testbedcontact.h +++ b/kopete/protocols/testbed/testbedcontact.h @@ -32,7 +32,7 @@ namespace Kopete { class MetaContact; } */ class TestbedContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kopete/protocols/testbed/testbededitaccountwidget.h b/kopete/protocols/testbed/testbededitaccountwidget.h index 2e1e1625..5be4cd43 100644 --- a/kopete/protocols/testbed/testbededitaccountwidget.h +++ b/kopete/protocols/testbed/testbededitaccountwidget.h @@ -30,7 +30,7 @@ class TestbedAccountPreferences; */ class TestbedEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { -Q_OBJECT +TQ_OBJECT public: TestbedEditAccountWidget( TQWidget* parent, Kopete::Account* account); diff --git a/kopete/protocols/testbed/testbedfakeserver.h b/kopete/protocols/testbed/testbedfakeserver.h index 5f59ad0d..9bb8a91f 100644 --- a/kopete/protocols/testbed/testbedfakeserver.h +++ b/kopete/protocols/testbed/testbedfakeserver.h @@ -28,7 +28,7 @@ class TestbedIncomingMessage; */ class TestbedFakeServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: TestbedFakeServer(); diff --git a/kopete/protocols/testbed/testbedincomingmessage.h b/kopete/protocols/testbed/testbedincomingmessage.h index c6a22160..57dc3523 100644 --- a/kopete/protocols/testbed/testbedincomingmessage.h +++ b/kopete/protocols/testbed/testbedincomingmessage.h @@ -27,7 +27,7 @@ */ class TestbedIncomingMessage : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kopete/protocols/testbed/testbedprotocol.h b/kopete/protocols/testbed/testbedprotocol.h index 8bd14292..050a7be0 100644 --- a/kopete/protocols/testbed/testbedprotocol.h +++ b/kopete/protocols/testbed/testbedprotocol.h @@ -26,7 +26,7 @@ */ class TestbedProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: TestbedProtocol(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kopete/protocols/testbed/ui/testbedwebcamdialog.h b/kopete/protocols/testbed/ui/testbedwebcamdialog.h index 38d17cb4..219312b5 100644 --- a/kopete/protocols/testbed/ui/testbedwebcamdialog.h +++ b/kopete/protocols/testbed/ui/testbedwebcamdialog.h @@ -39,7 +39,7 @@ namespace Kopete { class TestbedWebcamDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: TestbedWebcamDialog( const TQString &, TQWidget* parent = 0, const char* name = 0 ); diff --git a/kopete/protocols/winpopup/libwinpopup/libwinpopup.h b/kopete/protocols/winpopup/libwinpopup/libwinpopup.h index 70bb7f8f..91887308 100644 --- a/kopete/protocols/winpopup/libwinpopup/libwinpopup.h +++ b/kopete/protocols/winpopup/libwinpopup/libwinpopup.h @@ -46,7 +46,7 @@ public: class WinPopupLib : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/winpopup/wpaccount.h b/kopete/protocols/winpopup/wpaccount.h index c6fed550..46ede004 100644 --- a/kopete/protocols/winpopup/wpaccount.h +++ b/kopete/protocols/winpopup/wpaccount.h @@ -47,7 +47,7 @@ class KopeteWinPopup; */ class WPAccount : public Kopete::Account { - Q_OBJECT + TQ_OBJECT // Kopete::Account overloading diff --git a/kopete/protocols/winpopup/wpaddcontact.h b/kopete/protocols/winpopup/wpaddcontact.h index d98a751a..236aff25 100644 --- a/kopete/protocols/winpopup/wpaddcontact.h +++ b/kopete/protocols/winpopup/wpaddcontact.h @@ -33,7 +33,7 @@ namespace Kopete { class MetaContact; } class WPAddContact: public AddContactPage { - Q_OBJECT + TQ_OBJECT private: diff --git a/kopete/protocols/winpopup/wpcontact.h b/kopete/protocols/winpopup/wpcontact.h index a88399c1..d2810e88 100644 --- a/kopete/protocols/winpopup/wpcontact.h +++ b/kopete/protocols/winpopup/wpcontact.h @@ -48,7 +48,7 @@ namespace Kopete { class MetaContact; } class WPContact: public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/winpopup/wpeditaccount.h b/kopete/protocols/winpopup/wpeditaccount.h index a5fa72ef..5746adad 100644 --- a/kopete/protocols/winpopup/wpeditaccount.h +++ b/kopete/protocols/winpopup/wpeditaccount.h @@ -34,7 +34,7 @@ namespace Kopete { class Account; } class WPEditAccount: public WPEditAccountBase, public KopeteEditAccountWidget { - Q_OBJECT + TQ_OBJECT private: diff --git a/kopete/protocols/winpopup/wpprotocol.h b/kopete/protocols/winpopup/wpprotocol.h index 3a41f984..6082c8fb 100644 --- a/kopete/protocols/winpopup/wpprotocol.h +++ b/kopete/protocols/winpopup/wpprotocol.h @@ -47,7 +47,7 @@ class WPAccount; */ class WPProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT // Kopete::Protocol overloading diff --git a/kopete/protocols/winpopup/wpuserinfo.h b/kopete/protocols/winpopup/wpuserinfo.h index e7bb150a..62122e50 100644 --- a/kopete/protocols/winpopup/wpuserinfo.h +++ b/kopete/protocols/winpopup/wpuserinfo.h @@ -33,7 +33,7 @@ class WPContact; class WPUserInfo : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/yahoo/libkyahoo/bytestream.h b/kopete/protocols/yahoo/libkyahoo/bytestream.h index e64ce68d..c3e050cb 100644 --- a/kopete/protocols/yahoo/libkyahoo/bytestream.h +++ b/kopete/protocols/yahoo/libkyahoo/bytestream.h @@ -29,7 +29,7 @@ // CS_EXPORT_BEGIN class ByteStream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrRead, ErrWrite, ErrCustom = 10 }; diff --git a/kopete/protocols/yahoo/libkyahoo/client.h b/kopete/protocols/yahoo/libkyahoo/client.h index 16f85d0a..8ebfc81a 100644 --- a/kopete/protocols/yahoo/libkyahoo/client.h +++ b/kopete/protocols/yahoo/libkyahoo/client.h @@ -42,7 +42,7 @@ struct YABEntry; class Client : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/yahoo/libkyahoo/conferencetask.h b/kopete/protocols/yahoo/libkyahoo/conferencetask.h index 1588855f..40c768e6 100644 --- a/kopete/protocols/yahoo/libkyahoo/conferencetask.h +++ b/kopete/protocols/yahoo/libkyahoo/conferencetask.h @@ -26,7 +26,7 @@ class YMSGTransfer; */ class ConferenceTask : public Task { - Q_OBJECT + TQ_OBJECT public: ConferenceTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/connector.h b/kopete/protocols/yahoo/libkyahoo/connector.h index bb9ea57e..f6a1c6a6 100644 --- a/kopete/protocols/yahoo/libkyahoo/connector.h +++ b/kopete/protocols/yahoo/libkyahoo/connector.h @@ -29,7 +29,7 @@ class ByteStream; class Connector : public TQObject { - Q_OBJECT + TQ_OBJECT public: Connector(TQObject *parent=0); diff --git a/kopete/protocols/yahoo/libkyahoo/coreprotocol.h b/kopete/protocols/yahoo/libkyahoo/coreprotocol.h index c10e9bc0..c9622af1 100644 --- a/kopete/protocols/yahoo/libkyahoo/coreprotocol.h +++ b/kopete/protocols/yahoo/libkyahoo/coreprotocol.h @@ -29,7 +29,7 @@ class YMSGProtocol; class CoreProtocol : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum State { NeedMore, Available, NoData, OutOfSync }; diff --git a/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h b/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h index 7a9d10a5..8d165ff1 100644 --- a/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h @@ -29,7 +29,7 @@ class TQPixmap; */ class FileTransferNotifierTask : public Task { -Q_OBJECT +TQ_OBJECT public: FileTransferNotifierTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h index ca0f07a2..61967c4f 100644 --- a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h +++ b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h @@ -29,7 +29,7 @@ Defines a basic interface for protocols dealing with input from the GroupWise se */ class InputProtocolBase : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum EventProtocolState { Success, NeedMore, OutOfSync, ProtocolError }; diff --git a/kopete/protocols/yahoo/libkyahoo/listtask.h b/kopete/protocols/yahoo/libkyahoo/listtask.h index 24bc6f48..fd4e9c4d 100644 --- a/kopete/protocols/yahoo/libkyahoo/listtask.h +++ b/kopete/protocols/yahoo/libkyahoo/listtask.h @@ -27,7 +27,7 @@ class YMSGTransfer; */ class ListTask : public Task { -Q_OBJECT +TQ_OBJECT public: ListTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/logintask.h b/kopete/protocols/yahoo/libkyahoo/logintask.h index 46ff5dc9..3d13745b 100644 --- a/kopete/protocols/yahoo/libkyahoo/logintask.h +++ b/kopete/protocols/yahoo/libkyahoo/logintask.h @@ -37,7 +37,7 @@ namespace TDEIO */ class LoginTask : public Task { -Q_OBJECT +TQ_OBJECT public: LoginTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h b/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h index 82caaef9..1bc16c6d 100644 --- a/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h @@ -27,7 +27,7 @@ class YMSGTransfer; */ class MailNotifierTask : public Task { -Q_OBJECT +TQ_OBJECT public: MailNotifierTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h b/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h index d8428bcd..161ce64b 100644 --- a/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h +++ b/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h @@ -27,7 +27,7 @@ class YMSGTransfer; */ class MessageReceiverTask : public Task { -Q_OBJECT +TQ_OBJECT public: MessageReceiverTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h b/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h index 672eeea8..c228af23 100644 --- a/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h +++ b/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h @@ -26,7 +26,7 @@ class TQString; */ class ModifyBuddyTask : public Task { -Q_OBJECT +TQ_OBJECT public: enum Type { AddBuddy, RemoveBuddy, MoveBuddy }; diff --git a/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h b/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h index bb646a55..70ed127c 100644 --- a/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h +++ b/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h @@ -34,7 +34,7 @@ namespace KNetwork { */ class ModifyYABTask : public Task { - Q_OBJECT + TQ_OBJECT public: enum Action { AddEntry, EditEntry, DeleteEntry }; diff --git a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h index 7104d8c2..55838cc9 100644 --- a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h @@ -28,7 +28,7 @@ class YMSGTransfer; */ class PictureNotifierTask : public Task { -Q_OBJECT +TQ_OBJECT public: PictureNotifierTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h index 22c2a37f..9205f0d4 100644 --- a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h +++ b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h @@ -35,7 +35,7 @@ class YMSGTransfer; */ class ReceiveFileTask : public Task { - Q_OBJECT + TQ_OBJECT public: enum Type { FileTransferAccept, FileTransfer7Accept, FileTransfer7Reject }; diff --git a/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h b/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h index c246115a..757e495a 100644 --- a/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h +++ b/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h @@ -26,7 +26,7 @@ class TQString; */ class RequestPictureTask : public Task { -Q_OBJECT +TQ_OBJECT public: RequestPictureTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/safedelete.h b/kopete/protocols/yahoo/libkyahoo/safedelete.h index 506c897e..d74f22d8 100644 --- a/kopete/protocols/yahoo/libkyahoo/safedelete.h +++ b/kopete/protocols/yahoo/libkyahoo/safedelete.h @@ -59,7 +59,7 @@ private: class SafeDeleteLater : public TQObject { - Q_OBJECT + TQ_OBJECT public: static SafeDeleteLater *ensureExists(); diff --git a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h index 11102a92..ae1cc6dd 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h @@ -27,7 +27,7 @@ class TQString; */ class SendAuthRespTask : public Task { -Q_OBJECT +TQ_OBJECT public: SendAuthRespTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/sendfiletask.h b/kopete/protocols/yahoo/libkyahoo/sendfiletask.h index 57b98954..32195973 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendfiletask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendfiletask.h @@ -31,7 +31,7 @@ namespace KNetwork{ */ class SendFileTask : public Task { - Q_OBJECT + TQ_OBJECT public: SendFileTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h b/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h index e35c00ba..efe3054b 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h @@ -26,7 +26,7 @@ class TQString; */ class SendNotifyTask : public Task { -Q_OBJECT +TQ_OBJECT public: enum Type { NotifyTyping, NotifyWebcamInvite, NotifyGame }; diff --git a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h index 2e16797f..8aad1c82 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h @@ -34,7 +34,7 @@ namespace KNetwork { */ class SendPictureTask : public Task { -Q_OBJECT +TQ_OBJECT public: enum Type { UploadPicture, SendChecksum, SendInformation, SendStatus }; diff --git a/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h b/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h index 1b6299be..1e038272 100644 --- a/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h @@ -28,7 +28,7 @@ class YMSGTransfer; */ class StatusNotifierTask : public Task { -Q_OBJECT +TQ_OBJECT public: StatusNotifierTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/stream.h b/kopete/protocols/yahoo/libkyahoo/stream.h index a8d9c705..b078716b 100644 --- a/kopete/protocols/yahoo/libkyahoo/stream.h +++ b/kopete/protocols/yahoo/libkyahoo/stream.h @@ -27,7 +27,7 @@ class Transfer; class Stream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrParse, ErrProtocol, ErrStream, ErrCustom = 10 }; diff --git a/kopete/protocols/yahoo/libkyahoo/task.h b/kopete/protocols/yahoo/libkyahoo/task.h index 47c48df9..c842d24c 100644 --- a/kopete/protocols/yahoo/libkyahoo/task.h +++ b/kopete/protocols/yahoo/libkyahoo/task.h @@ -29,7 +29,7 @@ class Transfer; class Task : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum { ErrDisc }; diff --git a/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h b/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h index 37905b0d..bcb4880c 100644 --- a/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h +++ b/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h @@ -23,7 +23,7 @@ class ClientStreamTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: ClientStreamTest(int argc, char ** argv); diff --git a/kopete/protocols/yahoo/libkyahoo/tests/logintest.h b/kopete/protocols/yahoo/libkyahoo/tests/logintest.h index 36817dde..30b010b9 100644 --- a/kopete/protocols/yahoo/libkyahoo/tests/logintest.h +++ b/kopete/protocols/yahoo/libkyahoo/tests/logintest.h @@ -36,7 +36,7 @@ class LoginTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: LoginTest(int argc, char ** argv); diff --git a/kopete/protocols/yahoo/libkyahoo/webcamtask.h b/kopete/protocols/yahoo/libkyahoo/webcamtask.h index d41796cf..dccf2042 100644 --- a/kopete/protocols/yahoo/libkyahoo/webcamtask.h +++ b/kopete/protocols/yahoo/libkyahoo/webcamtask.h @@ -56,7 +56,7 @@ typedef TQMap< KStreamSocket *, YahooWebcamInformation > SocketInfoMap; */ class WebcamTask : public Task { - Q_OBJECT + TQ_OBJECT public: WebcamTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/yabtask.h b/kopete/protocols/yahoo/libkyahoo/yabtask.h index 4d5d5659..b6405dc9 100644 --- a/kopete/protocols/yahoo/libkyahoo/yabtask.h +++ b/kopete/protocols/yahoo/libkyahoo/yabtask.h @@ -33,7 +33,7 @@ namespace TDEIO { */ class YABTask : public Task { - Q_OBJECT + TQ_OBJECT public: YABTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h b/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h index 78bd1248..7c8eec81 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h @@ -47,7 +47,7 @@ struct IconLoadJob { */ class YahooBuddyIconLoader : public TQObject { - Q_OBJECT + TQ_OBJECT public: YahooBuddyIconLoader( Client *c ); diff --git a/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h b/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h index 20bbb5cb..5df64b2e 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h @@ -31,7 +31,7 @@ class KNetworkByteStream : public ByteStream { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/yahoo/libkyahoo/yahoochattask.h b/kopete/protocols/yahoo/libkyahoo/yahoochattask.h index d15b9905..d88e07c3 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoochattask.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoochattask.h @@ -40,7 +40,7 @@ struct YahooChatJob { */ class YahooChatTask : public Task { -Q_OBJECT +TQ_OBJECT public: YahooChatTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h index b031a9a8..3b58ab7b 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h +++ b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h @@ -31,7 +31,7 @@ class Transfer; class ClientStream : public Stream { - Q_OBJECT + TQ_OBJECT public: enum Error { diff --git a/kopete/protocols/yahoo/libkyahoo/yahooconnector.h b/kopete/protocols/yahoo/libkyahoo/yahooconnector.h index d3e0df86..5fcf7dc2 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahooconnector.h +++ b/kopete/protocols/yahoo/libkyahoo/yahooconnector.h @@ -33,7 +33,7 @@ class KNetworkByteStream; class KNetworkConnector : public Connector { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h b/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h index f84128dc..253c510a 100644 --- a/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h +++ b/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h @@ -24,7 +24,7 @@ class YMSGProtocol : public InputProtocolBase { -Q_OBJECT +TQ_OBJECT public: 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 ); diff --git a/kopete/protocols/yahoo/yahooaccount.h b/kopete/protocols/yahoo/yahooaccount.h index 92a1aa43..61a0228d 100644 --- a/kopete/protocols/yahoo/yahooaccount.h +++ b/kopete/protocols/yahoo/yahooaccount.h @@ -63,7 +63,7 @@ namespace TDEIO{ class YahooAccount : public Kopete::PasswordedAccount { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/yahoo/yahooaddcontact.h b/kopete/protocols/yahoo/yahooaddcontact.h index 6fc9dd2a..5e31bd54 100644 --- a/kopete/protocols/yahoo/yahooaddcontact.h +++ b/kopete/protocols/yahoo/yahooaddcontact.h @@ -33,7 +33,7 @@ namespace Kopete { class MetaContact; } class YahooAddContact: public AddContactPage { - Q_OBJECT + TQ_OBJECT private: diff --git a/kopete/protocols/yahoo/yahoochatsession.h b/kopete/protocols/yahoo/yahoochatsession.h index f56b1a08..e5af784a 100644 --- a/kopete/protocols/yahoo/yahoochatsession.h +++ b/kopete/protocols/yahoo/yahoochatsession.h @@ -29,7 +29,7 @@ class TQLabel; */ class KOPETE_EXPORT YahooChatSession : public Kopete::ChatSession { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/yahoo/yahooconferencemessagemanager.h b/kopete/protocols/yahoo/yahooconferencemessagemanager.h index cd663251..f4c325b4 100644 --- a/kopete/protocols/yahoo/yahooconferencemessagemanager.h +++ b/kopete/protocols/yahoo/yahooconferencemessagemanager.h @@ -31,7 +31,7 @@ class TDEActionMenu; */ class YahooConferenceChatSession : public Kopete::ChatSession { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/protocols/yahoo/yahoocontact.h b/kopete/protocols/yahoo/yahoocontact.h index ee840d16..dd3d5329 100644 --- a/kopete/protocols/yahoo/yahoocontact.h +++ b/kopete/protocols/yahoo/yahoocontact.h @@ -40,7 +40,7 @@ struct KURL; class YahooContact : public Kopete::Contact { - Q_OBJECT + TQ_OBJECT public: YahooContact( YahooAccount *account, const TQString &userId, const TQString &fullName, Kopete::MetaContact *metaContact ); diff --git a/kopete/protocols/yahoo/yahooeditaccount.h b/kopete/protocols/yahoo/yahooeditaccount.h index 363c5143..d6b96900 100644 --- a/kopete/protocols/yahoo/yahooeditaccount.h +++ b/kopete/protocols/yahoo/yahooeditaccount.h @@ -34,7 +34,7 @@ namespace Kopete { class Account; } class YahooEditAccount: public YahooEditAccountBase, public KopeteEditAccountWidget { - Q_OBJECT + TQ_OBJECT private: diff --git a/kopete/protocols/yahoo/yahooprotocol.h b/kopete/protocols/yahoo/yahooprotocol.h index 2293564b..1700bce6 100644 --- a/kopete/protocols/yahoo/yahooprotocol.h +++ b/kopete/protocols/yahoo/yahooprotocol.h @@ -41,7 +41,7 @@ namespace Kopete { class OnlineStatus; } class YahooProtocol : public Kopete::Protocol { - Q_OBJECT + TQ_OBJECT public: YahooProtocol( TQObject *parent, const char *name, const TQStringList &args ); diff --git a/kopete/protocols/yahoo/yahooverifyaccount.h b/kopete/protocols/yahoo/yahooverifyaccount.h index 84436f91..55aac7d1 100644 --- a/kopete/protocols/yahoo/yahooverifyaccount.h +++ b/kopete/protocols/yahoo/yahooverifyaccount.h @@ -30,7 +30,7 @@ class KTempFile; class YahooVerifyAccount : public KDialogBase { - Q_OBJECT + TQ_OBJECT private: Kopete::Account *mTheAccount; diff --git a/kopete/protocols/yahoo/yahoowebcam.h b/kopete/protocols/yahoo/yahoowebcam.h index 046fc025..6950116a 100644 --- a/kopete/protocols/yahoo/yahoowebcam.h +++ b/kopete/protocols/yahoo/yahoowebcam.h @@ -33,7 +33,7 @@ namespace Kopete { class YahooWebcam : public TQObject { - Q_OBJECT + TQ_OBJECT public: YahooWebcam( YahooAccount *account ); |