blob: 830f943326683774dea40517b7b8214031c9ee6a (
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>
TDEABC::Addressee vcard1();
TDEABC::Addressee vcard2();
TDEABC::Addressee vcard3();
TDEABC::Addressee::List vCardsAsAddresseeList();
TQString vCardAsText( const TQString& location );
TQString vCardsAsText();
#endif
|