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 /kaddressbook/views/contactlistview.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'kaddressbook/views/contactlistview.h')
-rw-r--r-- | kaddressbook/views/contactlistview.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kaddressbook/views/contactlistview.h b/kaddressbook/views/contactlistview.h index b893cc352..138830b60 100644 --- a/kaddressbook/views/contactlistview.h +++ b/kaddressbook/views/contactlistview.h @@ -56,9 +56,9 @@ class ContactListViewItem : public TDEListViewItem { public: - ContactListViewItem(const KABC::Addressee &a, ContactListView* parent, - KABC::AddressBook *doc, const KABC::Field::List &fields, KIMProxy *proxy ); - const KABC::Addressee &addressee() const { return mAddressee; } + ContactListViewItem(const TDEABC::Addressee &a, ContactListView* parent, + TDEABC::AddressBook *doc, const TDEABC::Field::List &fields, KIMProxy *proxy ); + const TDEABC::Addressee &addressee() const { return mAddressee; } virtual void refresh(); virtual ContactListView* parent(); virtual TQString key ( int, bool ) const; @@ -70,10 +70,10 @@ public: int column, int width, int align ); private: - KABC::Addressee mAddressee; - KABC::Field::List mFields; + TDEABC::Addressee mAddressee; + TDEABC::Field::List mFields; ContactListView *parentListView; - KABC::AddressBook *mDocument; + TDEABC::AddressBook *mDocument; KIMProxy *mIMProxy; bool mHasIM; }; @@ -89,7 +89,7 @@ class ContactListView : public TDEListView public: ContactListView(KAddressBookTableView *view, - KABC::AddressBook *doc, + TDEABC::AddressBook *doc, TQWidget *parent, const char *name = 0L ); virtual ~ContactListView() {} @@ -127,8 +127,8 @@ public: /** * Set the column index of the column used for instant messaging presence. * This method is necessary because presence, unlike the other fields, is not - * a KABC::Field, and cannot be handled using their methods. - * TODO: make presence a KABC::Field post 3.3 + * a TDEABC::Field, and cannot be handled using their methods. + * TODO: make presence a TDEABC::Field post 3.3 */ void setIMColumn( int column ); |