summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle
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/jabber/jingle
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
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 ad5d68a7..91ac2123 100644
--- a/kopete/protocols/jabber/jingle/jinglesession.h
+++ b/kopete/protocols/jabber/jingle/jinglesession.h
@@ -32,7 +32,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 2ec3ef46..03ad0a4d 100644
--- a/kopete/protocols/jabber/jingle/jinglesessionmanager.h
+++ b/kopete/protocols/jabber/jingle/jinglesessionmanager.h
@@ -39,7 +39,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 e29eaf16..ab403233 100644
--- a/kopete/protocols/jabber/jingle/jinglevoicecaller.h
+++ b/kopete/protocols/jabber/jingle/jinglevoicecaller.h
@@ -31,7 +31,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 0089a1bf..58365f2d 100644
--- a/kopete/protocols/jabber/jingle/jinglevoicesession.h
+++ b/kopete/protocols/jabber/jingle/jinglevoicesession.h
@@ -38,7 +38,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 738b2cb4..5221829e 100644
--- a/kopete/protocols/jabber/jingle/jinglevoicesessiondialog.h
+++ b/kopete/protocols/jabber/jingle/jinglevoicesessiondialog.h
@@ -30,7 +30,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 8c37b0c8..52b03665 100644
--- a/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
+++ b/kopete/protocols/jabber/jingle/jinglewatchsessiontask.h
@@ -26,7 +26,7 @@
class JingleWatchSessionTask : public XMPP::Task
{
Q_OBJECT
- TQ_OBJECT
+
public:
JingleWatchSessionTask(XMPP::Task *parent);
~JingleWatchSessionTask();
diff --git a/kopete/protocols/jabber/jingle/voicecaller.h b/kopete/protocols/jabber/jingle/voicecaller.h
index 6907f09d..fab047f5 100644
--- a/kopete/protocols/jabber/jingle/voicecaller.h
+++ b/kopete/protocols/jabber/jingle/voicecaller.h
@@ -17,7 +17,7 @@ using namespace XMPP;
class VoiceCaller : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**