-rw-r--r-- | kabc/vcardformatimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcardformatimpl.h b/kabc/vcardformatimpl.h index 2dd68d9..fa3d55f 100644 --- a/kabc/vcardformatimpl.h +++ b/kabc/vcardformatimpl.h @@ -41,9 +41,9 @@ namespace KABC { class AddressBook; /** @short Implementation of vCard backend for address book. - + This class implements reading and writing of address book information using the vCard format. It requires the vCard lib from kdepim. */ class VCardFormatImpl @@ -57,9 +57,9 @@ class VCardFormatImpl bool readFromString( const QString &vcard, Addressee &addr ); bool writeToString( const Addressee &addressee, QString &vcard ); protected: - bool loadAddressee( Addressee &, VCARD::VCard & ); + bool loadAddressee( Addressee &, VCARD::VCard * ); void saveAddressee( const Addressee &, VCARD::VCard *, bool intern ); void addTextValue (VCARD::VCard *, VCARD::EntityType, const QString & ); QString readTextValue( VCARD::ContentLine * ); |