diff options
Diffstat (limited to 'kopete/protocols')
335 files changed, 403 insertions, 403 deletions
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 ); |