summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/libiris/iris/xmpp-core/td.h')
-rw-r--r--kopete/protocols/jabber/libiris/iris/xmpp-core/td.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h b/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h
index b636e190..f4d560f4 100644
--- a/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h
+++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h
@@ -1,7 +1,7 @@
#ifndef TESTDEBUG_H
#define TESTDEBUG_H
-#include<qdom.h>
+#include<tqdom.h>
class TD
{
@@ -9,11 +9,11 @@ public:
TD();
~TD();
- static void msg(const QString &);
- static void outgoingTag(const QString &);
- static void incomingTag(const QString &);
- static void outgoingXml(const QDomElement &);
- static void incomingXml(const QDomElement &);
+ static void msg(const TQString &);
+ static void outgoingTag(const TQString &);
+ static void incomingTag(const TQString &);
+ static void outgoingXml(const TQDomElement &);
+ static void incomingXml(const TQDomElement &);
};
#endif