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.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/libkopete/ui/addressbooklinkwidget.cpp') diff --git a/kopete/libkopete/ui/addressbooklinkwidget.cpp b/kopete/libkopete/ui/addressbooklinkwidget.cpp index 2aa7df67..80f9fba5 100644 --- a/kopete/libkopete/ui/addressbooklinkwidget.cpp +++ b/kopete/libkopete/ui/addressbooklinkwidget.cpp @@ -45,7 +45,7 @@ AddressBookLinkWidget::AddressBookLinkWidget( TQWidget * parent, const char * na connect( btnSelectAddressee, TQT_SIGNAL( clicked() ), TQT_SLOT( slotSelectAddressee() ) ); } -void AddressBookLinkWidget::setAddressee( const KABC::Addressee& addr ) +void AddressBookLinkWidget::setAddressee( const TDEABC::Addressee& addr ) { edtAddressee->setText( addr.realName() ); btnClear->setEnabled( !addr.isEmpty() ); @@ -65,7 +65,7 @@ void AddressBookLinkWidget::slotClearAddressee() { edtAddressee->clear(); btnClear->setEnabled( false ); - KABC::Addressee mrEmpty; + TDEABC::Addressee mrEmpty; mSelectedUid = TQString(); emit addresseeChanged( mrEmpty ); } @@ -81,7 +81,7 @@ void AddressBookLinkWidget::slotSelectAddressee() Kopete::UI::AddressBookSelectorDialog dialog( i18n("Addressbook Association"), message, ( mMetaContact ? mMetaContact->metaContactId() : TQString() ), this ); int result = dialog.exec(); - KABC::Addressee addr; + TDEABC::Addressee addr; if ( result == TQDialog::Accepted ) { addr = dialog.addressBookSelectorWidget()->addressee(); -- cgit v1.2.1