summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/irc
diff options
context:
space:
mode:
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 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: