diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
commit | 94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch) | |
tree | 91b99186971ecb475db3ca41b1b12df24029e389 /tderesources/egroupware/tdeabc_resourcexmlrpc.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'tderesources/egroupware/tdeabc_resourcexmlrpc.h')
-rw-r--r-- | tderesources/egroupware/tdeabc_resourcexmlrpc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpc.h b/tderesources/egroupware/tdeabc_resourcexmlrpc.h index b4b6411a4..d4d6e233b 100644 --- a/tderesources/egroupware/tdeabc_resourcexmlrpc.h +++ b/tderesources/egroupware/tdeabc_resourcexmlrpc.h @@ -33,7 +33,7 @@ namespace KXMLRPC { class Server; } -namespace KABC { +namespace TDEABC { class EGroupwarePrefs; @@ -82,9 +82,9 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceCached void updateContactFault( int, const TQString&, const TQVariant& ); void deleteContactFault( int, const TQString&, const TQVariant& ); - void addContact( const KABC::Addressee& ); - void updateContact( const KABC::Addressee& ); - void deleteContact( const KABC::Addressee& ); + void addContact( const TDEABC::Addressee& ); + void updateContact( const TDEABC::Addressee& ); + void deleteContact( const TDEABC::Addressee& ); private: void initEGroupware(); |