summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/irc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
commit6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch)
tree222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/protocols/irc
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kopete/protocols/irc')
-rw-r--r--kopete/protocols/irc/ircaccount.h2
-rw-r--r--kopete/protocols/irc/ircaddcontactpage.h2
-rw-r--r--kopete/protocols/irc/ircchannelcontact.h2
-rw-r--r--kopete/protocols/irc/irccontact.h2
-rw-r--r--kopete/protocols/irc/irccontactmanager.h2
-rw-r--r--kopete/protocols/irc/ircguiclient.h2
-rw-r--r--kopete/protocols/irc/ircprotocol.h2
-rw-r--r--kopete/protocols/irc/ircservercontact.h2
-rw-r--r--kopete/protocols/irc/ircsignalhandler.h10
-rw-r--r--kopete/protocols/irc/irctransferhandler.h2
-rw-r--r--kopete/protocols/irc/ircusercontact.h2
-rw-r--r--kopete/protocols/irc/kcodecaction.h2
-rw-r--r--kopete/protocols/irc/libkirc/kircengine.h2
-rw-r--r--kopete/protocols/irc/libkirc/kircentity.h2
-rw-r--r--kopete/protocols/irc/libkirc/kircmessageredirector.h2
-rw-r--r--kopete/protocols/irc/libkirc/kirctransfer.h2
-rw-r--r--kopete/protocols/irc/libkirc/kirctransferhandler.h2
-rw-r--r--kopete/protocols/irc/libkirc/kirctransferserver.h2
-rw-r--r--kopete/protocols/irc/libkirc/ksslsocket.h2
-rw-r--r--kopete/protocols/irc/ui/channellist.h2
-rw-r--r--kopete/protocols/irc/ui/channellistdialog.h2
-rw-r--r--kopete/protocols/irc/ui/irceditaccountwidget.h2
22 files changed, 26 insertions, 26 deletions
diff --git a/kopete/protocols/irc/ircaccount.h b/kopete/protocols/irc/ircaccount.h
index 0d8fc313..640fb678 100644
--- a/kopete/protocols/irc/ircaccount.h
+++ b/kopete/protocols/irc/ircaccount.h
@@ -73,7 +73,7 @@ class IRCAccount
friend class IRCProtocolHandler;
Q_OBJECT
- TQ_OBJECT
+
public:
static const TQString CONFIG_CODECMIB;
diff --git a/kopete/protocols/irc/ircaddcontactpage.h b/kopete/protocols/irc/ircaddcontactpage.h
index a843f551..17f0cb9e 100644
--- a/kopete/protocols/irc/ircaddcontactpage.h
+++ b/kopete/protocols/irc/ircaddcontactpage.h
@@ -32,7 +32,7 @@ class ChannelList;
class IRCAddContactPage : public AddContactPage
{
Q_OBJECT
- TQ_OBJECT
+
public:
IRCAddContactPage(TQWidget *parent=0, IRCAccount* account = 0);
~IRCAddContactPage();
diff --git a/kopete/protocols/irc/ircchannelcontact.h b/kopete/protocols/irc/ircchannelcontact.h
index 7906e0d1..853bd256 100644
--- a/kopete/protocols/irc/ircchannelcontact.h
+++ b/kopete/protocols/irc/ircchannelcontact.h
@@ -47,7 +47,7 @@ class IRCChannelContact
friend class IRCSignalMapper;
Q_OBJECT
- TQ_OBJECT
+
public:
IRCChannelContact(IRCContactManager *, const TQString &channel, Kopete::MetaContact *metac);
diff --git a/kopete/protocols/irc/irccontact.h b/kopete/protocols/irc/irccontact.h
index a415929d..d8310c27 100644
--- a/kopete/protocols/irc/irccontact.h
+++ b/kopete/protocols/irc/irccontact.h
@@ -61,7 +61,7 @@ class IRCContact
: public Kopete::Contact
{
Q_OBJECT
- TQ_OBJECT
+
public:
IRCContact(IRCAccount *account, KIRC::EntityPtr entity, Kopete::MetaContact *metac, const TQString& icon = TQString());
diff --git a/kopete/protocols/irc/irccontactmanager.h b/kopete/protocols/irc/irccontactmanager.h
index 0a0f558b..0a979407 100644
--- a/kopete/protocols/irc/irccontactmanager.h
+++ b/kopete/protocols/irc/irccontactmanager.h
@@ -55,7 +55,7 @@ class IRCContactManager
: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
IRCContactManager(const TQString &nickName, IRCAccount *account, const char *name=0);
diff --git a/kopete/protocols/irc/ircguiclient.h b/kopete/protocols/irc/ircguiclient.h
index 4ab832ac..94c115e4 100644
--- a/kopete/protocols/irc/ircguiclient.h
+++ b/kopete/protocols/irc/ircguiclient.h
@@ -28,7 +28,7 @@ class IRCContact;
class IRCGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
IRCGUIClient( Kopete::ChatSession *parent = 0 );
~IRCGUIClient();
diff --git a/kopete/protocols/irc/ircprotocol.h b/kopete/protocols/irc/ircprotocol.h
index 662b7f8a..7820da1f 100644
--- a/kopete/protocols/irc/ircprotocol.h
+++ b/kopete/protocols/irc/ircprotocol.h
@@ -64,7 +64,7 @@ static const TQString CHAT_VIEW( TQString::fromLatin1("kopete_chatwindow") );
class IRCProtocol : public Kopete::Protocol
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum IRCStatus
diff --git a/kopete/protocols/irc/ircservercontact.h b/kopete/protocols/irc/ircservercontact.h
index f5167a9f..97f99d88 100644
--- a/kopete/protocols/irc/ircservercontact.h
+++ b/kopete/protocols/irc/ircservercontact.h
@@ -45,7 +45,7 @@ class IRCServerContact
: public IRCContact
{
Q_OBJECT
- TQ_OBJECT
+
public:
// This class provides a Kopete::Contact for each server of a given IRC connection.
diff --git a/kopete/protocols/irc/ircsignalhandler.h b/kopete/protocols/irc/ircsignalhandler.h
index ad986238..58a79e65 100644
--- a/kopete/protocols/irc/ircsignalhandler.h
+++ b/kopete/protocols/irc/ircsignalhandler.h
@@ -84,7 +84,7 @@ the Mapping functions when they emit.
class QMember : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
QMember( IRCSignalMappingT *m, TQObject *p ) : TQObject( p ), mapping( m ){};
@@ -103,7 +103,7 @@ class QMember : public TQObject
class QMemberSingle : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
QMemberSingle( IRCSignalMappingSingleT *m, TQObject *p ) : TQObject( p ), mapping( m ){}
@@ -122,7 +122,7 @@ class QMemberSingle : public TQObject
class QMemberDouble : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
QMemberDouble( IRCSignalMappingDoubleT *m, TQObject *p ) : TQObject( p ), mapping( m ){}
@@ -141,7 +141,7 @@ class QMemberDouble : public TQObject
class QMemberTriple : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
QMemberTriple( IRCSignalMappingTripleT *m, TQObject *p ) : TQObject( p ), mapping( m ){}
@@ -257,7 +257,7 @@ class IRCSignalMappingTriple : public IRCSignalMappingTripleT
class IRCSignalHandler : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
IRCSignalHandler( IRCContactManager *manager );
diff --git a/kopete/protocols/irc/irctransferhandler.h b/kopete/protocols/irc/irctransferhandler.h
index d5a76bd4..60235e57 100644
--- a/kopete/protocols/irc/irctransferhandler.h
+++ b/kopete/protocols/irc/irctransferhandler.h
@@ -37,7 +37,7 @@ class IRCTransferHandler
: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
static IRCTransferHandler *self();
diff --git a/kopete/protocols/irc/ircusercontact.h b/kopete/protocols/irc/ircusercontact.h
index dbf4b51c..25461b15 100644
--- a/kopete/protocols/irc/ircusercontact.h
+++ b/kopete/protocols/irc/ircusercontact.h
@@ -61,7 +61,7 @@ struct IRCUserInfo
class IRCUserContact : public IRCContact
{
Q_OBJECT
- TQ_OBJECT
+
public:
// This class provides a Kopete::Contact for each user on the channel.
diff --git a/kopete/protocols/irc/kcodecaction.h b/kopete/protocols/irc/kcodecaction.h
index d0c07594..5689d751 100644
--- a/kopete/protocols/irc/kcodecaction.h
+++ b/kopete/protocols/irc/kcodecaction.h
@@ -29,7 +29,7 @@
class KCodecAction : public KSelectAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCodecAction( const TQString &text, const KShortcut &cut = KShortcut(),
TQObject *parent = 0, const char *name = 0 );
diff --git a/kopete/protocols/irc/libkirc/kircengine.h b/kopete/protocols/irc/libkirc/kircengine.h
index bb7dfbb7..5b12e744 100644
--- a/kopete/protocols/irc/libkirc/kircengine.h
+++ b/kopete/protocols/irc/libkirc/kircengine.h
@@ -54,7 +54,7 @@ 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 37a5b986..3536b4a1 100644
--- a/kopete/protocols/irc/libkirc/kircentity.h
+++ b/kopete/protocols/irc/libkirc/kircentity.h
@@ -37,7 +37,7 @@ class Entity
public KShared
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Type
diff --git a/kopete/protocols/irc/libkirc/kircmessageredirector.h b/kopete/protocols/irc/libkirc/kircmessageredirector.h
index e6fbda80..eee27d36 100644
--- a/kopete/protocols/irc/libkirc/kircmessageredirector.h
+++ b/kopete/protocols/irc/libkirc/kircmessageredirector.h
@@ -32,7 +32,7 @@ class MessageRedirector
: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum {
diff --git a/kopete/protocols/irc/libkirc/kirctransfer.h b/kopete/protocols/irc/libkirc/kirctransfer.h
index 53e71735..96ea18e9 100644
--- a/kopete/protocols/irc/libkirc/kirctransfer.h
+++ b/kopete/protocols/irc/libkirc/kirctransfer.h
@@ -37,7 +37,7 @@ class Transfer
: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Type {
diff --git a/kopete/protocols/irc/libkirc/kirctransferhandler.h b/kopete/protocols/irc/libkirc/kirctransferhandler.h
index 34516f15..d42c6bd7 100644
--- a/kopete/protocols/irc/libkirc/kirctransferhandler.h
+++ b/kopete/protocols/irc/libkirc/kirctransferhandler.h
@@ -35,7 +35,7 @@ class TransferHandler
: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
static TransferHandler *self();
diff --git a/kopete/protocols/irc/libkirc/kirctransferserver.h b/kopete/protocols/irc/libkirc/kirctransferserver.h
index e013d9db..5c5fbf77 100644
--- a/kopete/protocols/irc/libkirc/kirctransferserver.h
+++ b/kopete/protocols/irc/libkirc/kirctransferserver.h
@@ -34,7 +34,7 @@ class TransferServer
: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
// TransferServer(TQObject *parent = 0, const char *name = 0);
diff --git a/kopete/protocols/irc/libkirc/ksslsocket.h b/kopete/protocols/irc/libkirc/ksslsocket.h
index 795941cc..68196538 100644
--- a/kopete/protocols/irc/libkirc/ksslsocket.h
+++ b/kopete/protocols/irc/libkirc/ksslsocket.h
@@ -29,7 +29,7 @@ class KSSLSocketPrivate;
class KSSLSocket : public KExtendedSocket
{
Q_OBJECT
- TQ_OBJECT
+
public:
KSSLSocket();
diff --git a/kopete/protocols/irc/ui/channellist.h b/kopete/protocols/irc/ui/channellist.h
index 1a528bb9..077372b0 100644
--- a/kopete/protocols/irc/ui/channellist.h
+++ b/kopete/protocols/irc/ui/channellist.h
@@ -38,7 +38,7 @@ class ChannelList
: public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ChannelList( TQWidget *parent, KIRC::Engine *engine );
diff --git a/kopete/protocols/irc/ui/channellistdialog.h b/kopete/protocols/irc/ui/channellistdialog.h
index e97316b9..edfef5d4 100644
--- a/kopete/protocols/irc/ui/channellistdialog.h
+++ b/kopete/protocols/irc/ui/channellistdialog.h
@@ -26,7 +26,7 @@ class ChannelListDialog
: public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ChannelListDialog(KIRC::Engine *engine, const TQString &caption, TQObject *target, const char* slotJoinChan);
diff --git a/kopete/protocols/irc/ui/irceditaccountwidget.h b/kopete/protocols/irc/ui/irceditaccountwidget.h
index ba2d334f..b11f2424 100644
--- a/kopete/protocols/irc/ui/irceditaccountwidget.h
+++ b/kopete/protocols/irc/ui/irceditaccountwidget.h
@@ -29,7 +29,7 @@ class TQListViewItem;
class IRCEditAccountWidget : public IRCEditAccountBase, public KopeteEditAccountWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
IRCEditAccountWidget(IRCProtocol *proto, IRCAccount *, TQWidget *parent=0, const char *name=0);