vcardformat.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KABC_VCARDFORMAT_H
00021 #define KABC_VCARDFORMAT_H
00022
00023 #include <qstring.h>
00024
00025 #include "format.h"
00026
00027 namespace KABC {
00028
00029 class AddressBook;
00030 class VCardFormatImpl;
00031
00035 class KDE_DEPRECATED VCardFormat : public Format {
00036 public:
00037 VCardFormat();
00038 virtual ~VCardFormat();
00039
00040 bool load( AddressBook *, const QString &fileName );
00041 bool save( AddressBook *, const QString &fileName );
00042
00043 private:
00044 VCardFormatImpl *mImpl;
00045 };
00046
00047 }
00048
00049 #endif
This file is part of the documentation for kabc Library Version 3.2.3.