From 94273bcb909fac42ef9427e3d8a614cab8c29c66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:27:27 -0600 Subject: Rename KABC namespace --- kaddressbook/views/contactlistview.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kaddressbook/views/contactlistview.h') 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 ); -- cgit v1.2.1