24 #ifndef ADDRESSEECONFIG_H 25 #define ADDRESSEECONFIG_H 27 #include <tdeabc/addressee.h> 28 #include <tdeconfig.h> 36 AddresseeConfig( const Addressee &addr ); 38 void setAddressee( const Addressee &addr ); 39 Addressee addressee(); 41 void setAutomaticNameParsing( bool value ); 42 bool automaticNameParsing(); 44 void setNoDefaultAddrTypes( const TQValueList<int> &types ); 45 TQValueList<int> noDefaultAddrTypes() const; 47 void setCustomFields( const TQStringList &fields ); 48 TQStringList customFields() const;
|