summaryrefslogtreecommitdiffstats
path: root/tderesources/groupwise/soap/contactconverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/groupwise/soap/contactconverter.h')
-rw-r--r--tderesources/groupwise/soap/contactconverter.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/tderesources/groupwise/soap/contactconverter.h b/tderesources/groupwise/soap/contactconverter.h
index 2f98a328..ffb12e0d 100644
--- a/tderesources/groupwise/soap/contactconverter.h
+++ b/tderesources/groupwise/soap/contactconverter.h
@@ -30,22 +30,22 @@ class ContactConverter : public GWConverter
public:
ContactConverter( struct soap* );
- KABC::Addressee convertFromContact( ngwt__Contact* );
- ngwt__Contact* convertToContact( const KABC::Addressee& );
- KABC::Addressee convertFromResource( ngwt__Resource* );
- KABC::Addressee convertFromGroup( ngwt__Group* );
+ TDEABC::Addressee convertFromContact( ngwt__Contact* );
+ ngwt__Contact* convertToContact( const TDEABC::Addressee& );
+ TDEABC::Addressee convertFromResource( ngwt__Resource* );
+ TDEABC::Addressee convertFromGroup( ngwt__Group* );
private:
- KABC::Addressee convertFromAddressBookItem( ngwt__AddressBookItem * );
- KABC::PhoneNumber convertPhoneNumber( ngwt__PhoneNumber* ) const;
- ngwt__PhoneNumber* convertPhoneNumber( const KABC::PhoneNumber& ) const;
+ TDEABC::Addressee convertFromAddressBookItem( ngwt__AddressBookItem * );
+ TDEABC::PhoneNumber convertPhoneNumber( ngwt__PhoneNumber* ) const;
+ ngwt__PhoneNumber* convertPhoneNumber( const TDEABC::PhoneNumber& ) const;
- KABC::Address convertPostalAddress( ngwt__PostalAddress* ) const;
- ngwt__PostalAddress* convertPostalAddress( const KABC::Address& );
+ TDEABC::Address convertPostalAddress( ngwt__PostalAddress* ) const;
+ ngwt__PostalAddress* convertPostalAddress( const TDEABC::Address& );
/* we convert all IM addresses in the addressee at once,
because multiple values per IM system are stored in a custom field each
which is a different structure to that used for phone numbers, email addresses etc */
- ngwt__ImAddressList* convertImAddresses( const KABC::Addressee& );
+ ngwt__ImAddressList* convertImAddresses( const TDEABC::Addressee& );
// splits up an arbitrary custom field
void splitField( const TQString &str, TQString &app, TQString &name, TQString &value );
static TQMap<TQString, TQString > mIMProtocolMap;