You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/td.h

21 lines
328 B

#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