summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h
blob: f4d560f4129e0801ab7d35f4d9cc1e625b847bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef TESTDEBUG_H
#define TESTDEBUG_H

#include<tqdom.h>

class TD
{
public:
	TD();
	~TD();

	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