diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
commit | 45f3927b0ffec2599bc0e1ce361c5386474a85f4 (patch) | |
tree | 29e1842fe4d93f4e99481385a771e8bef061158b /tdeabc/vcard21parser.h | |
parent | 04105ef07304a9358e87eff0cb1a6d6f2a725192 (diff) | |
download | tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.tar.gz tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.zip |
Rename KABC namespace
Diffstat (limited to 'tdeabc/vcard21parser.h')
-rw-r--r-- | tdeabc/vcard21parser.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeabc/vcard21parser.h b/tdeabc/vcard21parser.h index 0eb66fa93..a743e65f3 100644 --- a/tdeabc/vcard21parser.h +++ b/tdeabc/vcard21parser.h @@ -132,7 +132,7 @@ #define VC_ERR_INVALID_NAME 5 #define VC_ERR_MISSING_MANDATORY 6 -namespace KABC { +namespace TDEABC { class AddressBook; @@ -160,17 +160,17 @@ public: * @param ab The address book. * @param str The vcard string. */ - void readFromString( KABC::AddressBook *ab, const TQString &str ); + void readFromString( TDEABC::AddressBook *ab, const TQString &str ); /** * FIXME: we need a writeToString method - * TQString writeToString (KABC::AddressBook *); + * TQString writeToString (TDEABC::AddressBook *); */ /** * Parses a string in vcard2.1 format and returns the inherent addressee. */ - KABC::Addressee readFromString( const TQString &data); + TDEABC::Addressee readFromString( const TQString &data); /** * Helper method to store a address. @@ -178,7 +178,7 @@ public: * @param data A string list, that is filled with 'street', 'house number' ... * @param type The type of the returned address. */ - static KABC::Address readAddressFromQStringList (const TQStringList &data, const int type); + static TDEABC::Address readAddressFromQStringList (const TQStringList &data, const int type); }; } |