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.
tdelibs/tdeabc/vcardparser/testutils.h

15 lines
314 B

#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