summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h
blob: 07ee1511c7d42a2d631e86e56db222e94836db93 (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