24 #ifndef VCARD_ENTITY_H
25 #define VCARD_ENTITY_H
28 #include <tqptrlist.h>
30 #include <VCardEnum.h>
31 #include <VCardVCard.h>
32 #include <VCardEntity.h>
37 typedef TQPtrList<VCard> VCardList;
38 typedef TQPtrListIterator<VCard> VCardListIterator;
40 class KVCARD_EXPORT VCardEntity :
public Entity
43 #include "VCardEntity-generated.h"
45 void setCardList(
const VCardList & l);
46 VCardList & cardList();