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/addresseeview.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'libtdepim/addresseeview.h')
-rw-r--r-- | libtdepim/addresseeview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/addresseeview.h b/libtdepim/addresseeview.h index af7ee4b19..fd8c900b6 100644 --- a/libtdepim/addresseeview.h +++ b/libtdepim/addresseeview.h @@ -61,12 +61,12 @@ class KDE_EXPORT AddresseeView : public KTextBrowser @param addr The addressee object. */ - void setAddressee( const KABC::Addressee& addr ); + void setAddressee( const TDEABC::Addressee& addr ); /** Returns the current addressee object. */ - KABC::Addressee addressee() const; + TDEABC::Addressee addressee() const; /** @@ -128,7 +128,7 @@ class KDE_EXPORT AddresseeView : public KTextBrowser @param fieldMask The mask for which fields of the contact will be displayed. */ - static TQString vCardAsHTML( const KABC::Addressee& addr, ::KIMProxy *proxy, LinkMask linkMask = DefaultLinks, + static TQString vCardAsHTML( const TDEABC::Addressee& addr, ::KIMProxy *proxy, LinkMask linkMask = DefaultLinks, bool internalLoading = true, FieldMask fieldMask = DefaultFields ); /** @@ -192,7 +192,7 @@ class KDE_EXPORT AddresseeView : public KTextBrowser TDEToggleAction *mActionShowIMAddresses; TDEToggleAction *mActionShowCustomFields; - KABC::Addressee mAddressee; + TDEABC::Addressee mAddressee; int mLinkMask; class AddresseeViewPrivate; |