summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jingle')
-rw-r--r--kopete/protocols/jabber/jingle/jinglesession.h2
-rw-r--r--kopete/protocols/jabber/jingle/jinglesessionmanager.h2
-rw-r--r--kopete/protocols/jabber/jingle/jinglevoicecaller.h2
-rw-r--r--kopete/protocols/jabber/jingle/jinglevoicesession.h2
-rw-r--r--kopete/protocols/jabber/jingle/jinglevoicesessiondialog.h2
-rw-r--r--kopete/protocols/jabber/jingle/jinglewatchsessiontask.h2
-rw-r--r--kopete/protocols/jabber/jingle/voicecaller.h2
7 files changed, 7 insertions, 7 deletions
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: