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/devices/gnokii/gnokii_mobile.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kmobile/devices/gnokii/gnokii_mobile.h')
-rw-r--r-- | kmobile/devices/gnokii/gnokii_mobile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmobile/devices/gnokii/gnokii_mobile.h b/kmobile/devices/gnokii/gnokii_mobile.h index 5ace3e0b9..cc55911c1 100644 --- a/kmobile/devices/gnokii/gnokii_mobile.h +++ b/kmobile/devices/gnokii/gnokii_mobile.h @@ -55,8 +55,8 @@ public: * Addressbook / Phonebook support */ int numAddresses(); - int readAddress( int index, KABC::Addressee &adr ); - int storeAddress( int index, const KABC::Addressee &adr, bool append = false ); + int readAddress( int index, TDEABC::Addressee &adr ); + int storeAddress( int index, const TDEABC::Addressee &adr, bool append = false ); /* * Calendar support @@ -88,7 +88,7 @@ private: TQString m_modelnr, m_connection, m_port, m_baud; int m_numAddresses; - KABC::Addressee::List m_addrList; + TDEABC::Addressee::List m_addrList; }; #endif |