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 /kmobile/kmobiledevice.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kmobile/kmobiledevice.h')
-rw-r--r-- | kmobile/kmobiledevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/kmobiledevice.h b/kmobile/kmobiledevice.h index aad9287c5..d4469d358 100644 --- a/kmobile/kmobiledevice.h +++ b/kmobile/kmobiledevice.h @@ -179,8 +179,8 @@ public: * Addressbook / Phonebook support */ virtual int numAddresses(); - virtual int readAddress( int index, KABC::Addressee &adr ); - virtual int storeAddress( int index, const KABC::Addressee &adr, bool append = false ); + virtual int readAddress( int index, TDEABC::Addressee &adr ); + virtual int storeAddress( int index, const TDEABC::Addressee &adr, bool append = false ); /* * Calendar support |