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 /libtdepim/recentaddresses.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'libtdepim/recentaddresses.h')
-rw-r--r-- | libtdepim/recentaddresses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/recentaddresses.h b/libtdepim/recentaddresses.h index 547986370..9a6281e23 100644 --- a/libtdepim/recentaddresses.h +++ b/libtdepim/recentaddresses.h @@ -78,7 +78,7 @@ public: * like "Foo <foo@bar.org>, Bar Baz <bar@baz.org>". */ TQStringList addresses() const; - const KABC::Addressee::List& kabcAddresses() const { return m_addresseeList; } + const TDEABC::Addressee::List& kabcAddresses() const { return m_addresseeList; } /** * Adds an entry to the list. @@ -118,7 +118,7 @@ public: private: RecentAddresses(TDEConfig *config = 0L); - KABC::Addressee::List m_addresseeList; + TDEABC::Addressee::List m_addresseeList; void adjustSize(); |