summaryrefslogtreecommitdiffstats
path: root/tdeabc/vcardparser/testutils.h
blob: c8218b7ba46297b53a324546f1723bcd59bc9181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TESTUTILS_H
#define TESTUTILS_H

#include <tdeabc/addressee.h>
#include <tqstring.h>

KABC::Addressee vcard1();
KABC::Addressee vcard2();
KABC::Addressee vcard3();
KABC::Addressee::List vCardsAsAddresseeList();
TQString   vCardAsText( const TQString& location );
TQString   vCardsAsText();

#endif