diff options
Diffstat (limited to 'tderesources/kolab/shared/kolabbase.h')
-rw-r--r-- | tderesources/kolab/shared/kolabbase.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/kolab/shared/kolabbase.h b/tderesources/kolab/shared/kolabbase.h index 294a7d81b..929004902 100644 --- a/tderesources/kolab/shared/kolabbase.h +++ b/tderesources/kolab/shared/kolabbase.h @@ -44,7 +44,7 @@ namespace KCal { class Incidence; } -namespace KABC { +namespace TDEABC { class Addressee; } @@ -130,10 +130,10 @@ protected: void saveTo( KCal::Incidence* ) const; /// Read all known fields from this contact - void setFields( const KABC::Addressee* ); + void setFields( const TDEABC::Addressee* ); /// Save all known fields into this contact - void saveTo( KABC::Addressee* ) const; + void saveTo( TDEABC::Addressee* ) const; // This just makes the initial dom tree with version and doctype static TQDomDocument domTree(); |