From abed891d4e05028ca7fdfa1aecb047d2cc9e3da9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:27:19 -0600 Subject: Rename KABC namespace --- kopete/libkopete/ui/addressbooklinkwidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/libkopete/ui/addressbooklinkwidget.h') diff --git a/kopete/libkopete/ui/addressbooklinkwidget.h b/kopete/libkopete/ui/addressbooklinkwidget.h index 0ff4a651..a20f021f 100644 --- a/kopete/libkopete/ui/addressbooklinkwidget.h +++ b/kopete/libkopete/ui/addressbooklinkwidget.h @@ -50,7 +50,7 @@ public: /** * Set the currently selected addressee */ - void setAddressee( const KABC::Addressee& addr ); + void setAddressee( const TDEABC::Addressee& addr ); /** * Set the current metacontact so that the selector dialog may be preselected */ @@ -61,9 +61,9 @@ public: TQString uid() const; signals: /** - * Emitted when the selected addressee changed. addr is the KABC::Addressee that was selected. If addr.isEmpty() is empty, the clear button was clicked. + * Emitted when the selected addressee changed. addr is the TDEABC::Addressee that was selected. If addr.isEmpty() is empty, the clear button was clicked. */ - void addresseeChanged( const KABC::Addressee& addr ); + void addresseeChanged( const TDEABC::Addressee& addr ); /** * Provided so you can perform your own actions instead of opening the AddressBookSelectorWidget. -- cgit v1.2.1