summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/iris/xmpp-core
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/iris/xmpp-core')
-rw-r--r--kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am4
-rw-r--r--kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp2
-rw-r--r--kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am b/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am
index 19fdc5d4..f2af1b1b 100644
--- a/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am
+++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am
@@ -1,5 +1,5 @@
-# The only Q_OBJECT lines are in securestream.{h,cpp} and we deal with them below.
-# Give metasources a file with no Q_OBJECT line to stop unsermake assuming we want METASOURCES = AUTO
+# The only TQ_OBJECT lines are in securestream.{h,cpp} and we deal with them below.
+# Give metasources a file with no TQ_OBJECT line to stop unsermake assuming we want METASOURCES = AUTO
#METASOURCES = AUTO
noinst_LTLIBRARIES = libiris_xmpp_core.la
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp
index 1dbc6e92..84b387e8 100644
--- a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp
+++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.cpp
@@ -111,7 +111,7 @@ int LayerTracker::finished(int encoded)
//----------------------------------------------------------------------------
class SecureLayer : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum { TLS, SASL, TLSH };
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h
index ac4f60b6..59c6393a 100644
--- a/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h
+++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/securestream.h
@@ -35,7 +35,7 @@ namespace XMPP
class SecureStream : public ByteStream
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrTLS = ErrCustom, ErrSASL };