24 #ifndef VCARD_DEFINES_H
25 #define VCARD_DEFINES_H
30 #define vDebug(a) kdDebug(5710) << a << endl;
37 # include <tqcstring.h>
40 # define vDebug(a) cerr << className() << ":" << __FUNCTION__ << " (" \
41 << __LINE__ << "): " << TQCString((a)).data() << endl;
43 # define vDebug(a) cerr << className() << ": " \
44 << TQCString((a)).data() << endl;