From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- kopete/protocols/yahoo/libkyahoo/bytestream.h | 2 +- kopete/protocols/yahoo/libkyahoo/client.h | 2 +- kopete/protocols/yahoo/libkyahoo/conferencetask.h | 2 +- kopete/protocols/yahoo/libkyahoo/connector.h | 2 +- kopete/protocols/yahoo/libkyahoo/coreprotocol.h | 2 +- kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h | 2 +- kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h | 2 +- kopete/protocols/yahoo/libkyahoo/listtask.h | 2 +- kopete/protocols/yahoo/libkyahoo/logintask.h | 2 +- kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h | 2 +- kopete/protocols/yahoo/libkyahoo/messagereceivertask.h | 2 +- kopete/protocols/yahoo/libkyahoo/modifybuddytask.h | 2 +- kopete/protocols/yahoo/libkyahoo/modifyyabtask.h | 2 +- kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h | 2 +- kopete/protocols/yahoo/libkyahoo/receivefiletask.h | 2 +- kopete/protocols/yahoo/libkyahoo/requestpicturetask.h | 2 +- kopete/protocols/yahoo/libkyahoo/safedelete.h | 2 +- kopete/protocols/yahoo/libkyahoo/sendauthresptask.h | 2 +- kopete/protocols/yahoo/libkyahoo/sendfiletask.h | 2 +- kopete/protocols/yahoo/libkyahoo/sendnotifytask.h | 2 +- kopete/protocols/yahoo/libkyahoo/sendpicturetask.h | 2 +- kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h | 2 +- kopete/protocols/yahoo/libkyahoo/stream.h | 2 +- kopete/protocols/yahoo/libkyahoo/task.h | 2 +- kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h | 2 +- kopete/protocols/yahoo/libkyahoo/tests/logintest.h | 2 +- kopete/protocols/yahoo/libkyahoo/webcamtask.h | 2 +- kopete/protocols/yahoo/libkyahoo/yabtask.h | 2 +- kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h | 2 +- kopete/protocols/yahoo/libkyahoo/yahoobytestream.h | 2 +- kopete/protocols/yahoo/libkyahoo/yahoochattask.h | 2 +- kopete/protocols/yahoo/libkyahoo/yahooclientstream.h | 2 +- kopete/protocols/yahoo/libkyahoo/yahooconnector.h | 2 +- kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) (limited to 'kopete/protocols/yahoo/libkyahoo') diff --git a/kopete/protocols/yahoo/libkyahoo/bytestream.h b/kopete/protocols/yahoo/libkyahoo/bytestream.h index 9104bbce..e64ce68d 100644 --- a/kopete/protocols/yahoo/libkyahoo/bytestream.h +++ b/kopete/protocols/yahoo/libkyahoo/bytestream.h @@ -30,7 +30,7 @@ class ByteStream : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum Error { ErrRead, ErrWrite, ErrCustom = 10 }; ByteStream(TQObject *parent=0); diff --git a/kopete/protocols/yahoo/libkyahoo/client.h b/kopete/protocols/yahoo/libkyahoo/client.h index 4e1602eb..16f85d0a 100644 --- a/kopete/protocols/yahoo/libkyahoo/client.h +++ b/kopete/protocols/yahoo/libkyahoo/client.h @@ -43,7 +43,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 4490fc6a..1588855f 100644 --- a/kopete/protocols/yahoo/libkyahoo/conferencetask.h +++ b/kopete/protocols/yahoo/libkyahoo/conferencetask.h @@ -27,7 +27,7 @@ class YMSGTransfer; class ConferenceTask : public Task { Q_OBJECT - TQ_OBJECT + public: ConferenceTask(Task *parent); ~ConferenceTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/connector.h b/kopete/protocols/yahoo/libkyahoo/connector.h index a15f137b..bb9ea57e 100644 --- a/kopete/protocols/yahoo/libkyahoo/connector.h +++ b/kopete/protocols/yahoo/libkyahoo/connector.h @@ -30,7 +30,7 @@ class ByteStream; class Connector : public TQObject { Q_OBJECT - TQ_OBJECT + public: Connector(TQObject *parent=0); virtual ~Connector(); diff --git a/kopete/protocols/yahoo/libkyahoo/coreprotocol.h b/kopete/protocols/yahoo/libkyahoo/coreprotocol.h index fc4c2be6..c10e9bc0 100644 --- a/kopete/protocols/yahoo/libkyahoo/coreprotocol.h +++ b/kopete/protocols/yahoo/libkyahoo/coreprotocol.h @@ -30,7 +30,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 9851bf60..7a9d10a5 100644 --- a/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h @@ -30,7 +30,7 @@ class TQPixmap; class FileTransferNotifierTask : public Task { Q_OBJECT - TQ_OBJECT + public: FileTransferNotifierTask(Task *parent); ~FileTransferNotifierTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h index 683202f4..ca0f07a2 100644 --- a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h +++ b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h @@ -30,7 +30,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 }; InputProtocolBase(TQObject *parent = 0, const char *name = 0); diff --git a/kopete/protocols/yahoo/libkyahoo/listtask.h b/kopete/protocols/yahoo/libkyahoo/listtask.h index 8f8e69ba..24bc6f48 100644 --- a/kopete/protocols/yahoo/libkyahoo/listtask.h +++ b/kopete/protocols/yahoo/libkyahoo/listtask.h @@ -28,7 +28,7 @@ class YMSGTransfer; class ListTask : public Task { Q_OBJECT - TQ_OBJECT + public: ListTask(Task *parent); ~ListTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/logintask.h b/kopete/protocols/yahoo/libkyahoo/logintask.h index 4ed1ac95..33ce4db6 100644 --- a/kopete/protocols/yahoo/libkyahoo/logintask.h +++ b/kopete/protocols/yahoo/libkyahoo/logintask.h @@ -38,7 +38,7 @@ namespace KIO class LoginTask : public Task { Q_OBJECT - TQ_OBJECT + public: LoginTask(Task *parent); ~LoginTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h b/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h index cbdbe3d7..82caaef9 100644 --- a/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h @@ -28,7 +28,7 @@ class YMSGTransfer; class MailNotifierTask : public Task { Q_OBJECT - TQ_OBJECT + public: MailNotifierTask(Task *parent); ~MailNotifierTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h b/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h index d95fa135..d8428bcd 100644 --- a/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h +++ b/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h @@ -28,7 +28,7 @@ class YMSGTransfer; class MessageReceiverTask : public Task { Q_OBJECT - TQ_OBJECT + public: MessageReceiverTask(Task *parent); ~MessageReceiverTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h b/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h index 266a3f00..672eeea8 100644 --- a/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h +++ b/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h @@ -27,7 +27,7 @@ class TQString; class ModifyBuddyTask : public Task { Q_OBJECT - TQ_OBJECT + public: enum Type { AddBuddy, RemoveBuddy, MoveBuddy }; ModifyBuddyTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h b/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h index 8030e011..4194fcca 100644 --- a/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h +++ b/kopete/protocols/yahoo/libkyahoo/modifyyabtask.h @@ -35,7 +35,7 @@ namespace KNetwork { class ModifyYABTask : public Task { Q_OBJECT - TQ_OBJECT + public: enum Action { AddEntry, EditEntry, DeleteEntry }; ModifyYABTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h index 832efc35..7104d8c2 100644 --- a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h @@ -29,7 +29,7 @@ class YMSGTransfer; class PictureNotifierTask : public Task { Q_OBJECT - TQ_OBJECT + public: PictureNotifierTask(Task *parent); ~PictureNotifierTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h index bc429b30..63d6db07 100644 --- a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h +++ b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h @@ -36,7 +36,7 @@ class YMSGTransfer; class ReceiveFileTask : public Task { Q_OBJECT - TQ_OBJECT + public: enum Type { FileTransferAccept, FileTransfer7Accept, FileTransfer7Reject }; ReceiveFileTask(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h b/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h index 4152afa9..c246115a 100644 --- a/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h +++ b/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h @@ -27,7 +27,7 @@ class TQString; class RequestPictureTask : public Task { Q_OBJECT - TQ_OBJECT + public: RequestPictureTask(Task *parent); virtual ~RequestPictureTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/safedelete.h b/kopete/protocols/yahoo/libkyahoo/safedelete.h index 8e6d5abd..b46e9b8f 100644 --- a/kopete/protocols/yahoo/libkyahoo/safedelete.h +++ b/kopete/protocols/yahoo/libkyahoo/safedelete.h @@ -60,7 +60,7 @@ private: class SafeDeleteLater : public TQObject { Q_OBJECT - TQ_OBJECT + public: static SafeDeleteLater *ensureExists(); void deleteItLater(TQObject *o); diff --git a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h index 4f69f156..11102a92 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h @@ -28,7 +28,7 @@ class TQString; class SendAuthRespTask : public Task { Q_OBJECT - TQ_OBJECT + public: SendAuthRespTask(Task *parent); ~SendAuthRespTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/sendfiletask.h b/kopete/protocols/yahoo/libkyahoo/sendfiletask.h index 70402a2d..57b98954 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendfiletask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendfiletask.h @@ -32,7 +32,7 @@ namespace KNetwork{ class SendFileTask : public Task { Q_OBJECT - TQ_OBJECT + public: SendFileTask(Task *parent); ~SendFileTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h b/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h index c55f8004..e35c00ba 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h @@ -27,7 +27,7 @@ class TQString; class SendNotifyTask : public Task { Q_OBJECT - TQ_OBJECT + public: enum Type { NotifyTyping, NotifyWebcamInvite, NotifyGame }; enum State { Active = 1, NotActive = 0 }; diff --git a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h index 4bac4f31..dad47858 100644 --- a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h +++ b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h @@ -35,7 +35,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 d819d54a..1b6299be 100644 --- a/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h +++ b/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h @@ -29,7 +29,7 @@ class YMSGTransfer; class StatusNotifierTask : public Task { Q_OBJECT - TQ_OBJECT + public: StatusNotifierTask(Task *parent); ~StatusNotifierTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/stream.h b/kopete/protocols/yahoo/libkyahoo/stream.h index cabcc9fc..a8d9c705 100644 --- a/kopete/protocols/yahoo/libkyahoo/stream.h +++ b/kopete/protocols/yahoo/libkyahoo/stream.h @@ -28,7 +28,7 @@ class Transfer; class Stream : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum Error { ErrParse, ErrProtocol, ErrStream, ErrCustom = 10 }; enum StreamCond diff --git a/kopete/protocols/yahoo/libkyahoo/task.h b/kopete/protocols/yahoo/libkyahoo/task.h index 22458a8f..47c48df9 100644 --- a/kopete/protocols/yahoo/libkyahoo/task.h +++ b/kopete/protocols/yahoo/libkyahoo/task.h @@ -30,7 +30,7 @@ class Transfer; class Task : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum { ErrDisc }; Task(Task *parent); diff --git a/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h b/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h index e09c89bb..37905b0d 100644 --- a/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h +++ b/kopete/protocols/yahoo/libkyahoo/tests/clientstream_test.h @@ -24,7 +24,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 1fd43976..36817dde 100644 --- a/kopete/protocols/yahoo/libkyahoo/tests/logintest.h +++ b/kopete/protocols/yahoo/libkyahoo/tests/logintest.h @@ -37,7 +37,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 66dd92c8..d41796cf 100644 --- a/kopete/protocols/yahoo/libkyahoo/webcamtask.h +++ b/kopete/protocols/yahoo/libkyahoo/webcamtask.h @@ -57,7 +57,7 @@ typedef TQMap< KStreamSocket *, YahooWebcamInformation > SocketInfoMap; class WebcamTask : public Task { Q_OBJECT - TQ_OBJECT + public: WebcamTask(Task *parent); ~WebcamTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/yabtask.h b/kopete/protocols/yahoo/libkyahoo/yabtask.h index 3970e4a6..1194829c 100644 --- a/kopete/protocols/yahoo/libkyahoo/yabtask.h +++ b/kopete/protocols/yahoo/libkyahoo/yabtask.h @@ -34,7 +34,7 @@ namespace KIO { class YABTask : public Task { Q_OBJECT - TQ_OBJECT + public: YABTask(Task *parent); ~YABTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h b/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h index 4726f1ec..7961b393 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoobuddyiconloader.h @@ -48,7 +48,7 @@ struct IconLoadJob { class YahooBuddyIconLoader : public TQObject { Q_OBJECT - TQ_OBJECT + public: YahooBuddyIconLoader( Client *c ); ~YahooBuddyIconLoader(); diff --git a/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h b/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h index d08641a9..f4ff3061 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoobytestream.h @@ -32,7 +32,7 @@ class KNetworkByteStream : public ByteStream { Q_OBJECT - TQ_OBJECT + public: KNetworkByteStream ( TQObject *parent = 0 ); diff --git a/kopete/protocols/yahoo/libkyahoo/yahoochattask.h b/kopete/protocols/yahoo/libkyahoo/yahoochattask.h index a971cf0c..2a90016f 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoochattask.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoochattask.h @@ -41,7 +41,7 @@ struct YahooChatJob { class YahooChatTask : public Task { Q_OBJECT - TQ_OBJECT + public: YahooChatTask(Task *parent); virtual ~YahooChatTask(); diff --git a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h index 87b60c82..b031a9a8 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h +++ b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h @@ -32,7 +32,7 @@ class Transfer; class ClientStream : public Stream { Q_OBJECT - TQ_OBJECT + public: enum Error { ErrConnection = ErrCustom, // Connection error, ask Connector-subclass what's up diff --git a/kopete/protocols/yahoo/libkyahoo/yahooconnector.h b/kopete/protocols/yahoo/libkyahoo/yahooconnector.h index 889382bf..bcdf372c 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahooconnector.h +++ b/kopete/protocols/yahoo/libkyahoo/yahooconnector.h @@ -34,7 +34,7 @@ class KNetworkConnector : public Connector { Q_OBJECT - TQ_OBJECT + public: KNetworkConnector( TQObject *parent = 0 ); diff --git a/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h b/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h index 8fa91498..f84128dc 100644 --- a/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h +++ b/kopete/protocols/yahoo/libkyahoo/ymsgprotocol.h @@ -25,7 +25,7 @@ class YMSGProtocol : public InputProtocolBase { Q_OBJECT - TQ_OBJECT + public: -- cgit v1.2.1