diff options
Diffstat (limited to 'kopete/libkopete/ui/contactaddednotifydialog.cpp')
-rw-r--r-- | kopete/libkopete/ui/contactaddednotifydialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/ui/contactaddednotifydialog.cpp b/kopete/libkopete/ui/contactaddednotifydialog.cpp index b0fdd43a..642a8be3 100644 --- a/kopete/libkopete/ui/contactaddednotifydialog.cpp +++ b/kopete/libkopete/ui/contactaddednotifydialog.cpp @@ -102,7 +102,7 @@ ContactAddedNotifyDialog::ContactAddedNotifyDialog(const TQString& contactId, } d->widget->m_groupList->setCurrentText(TQString()); //default to top-level - connect( d->widget->widAddresseeLink, TQT_SIGNAL( addresseeChanged( const KABC::Addressee& ) ), this, TQT_SLOT( slotAddresseeSelected( const KABC::Addressee& ) ) ); + connect( d->widget->widAddresseeLink, TQT_SIGNAL( addresseeChanged( const TDEABC::Addressee& ) ), this, TQT_SLOT( slotAddresseeSelected( const TDEABC::Addressee& ) ) ); connect( d->widget->m_infoButton, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotInfoClicked() ) ); connect( this, TQT_SIGNAL(okClicked()) , this , TQT_SLOT(slotFinished())); @@ -153,7 +153,7 @@ MetaContact *ContactAddedNotifyDialog::addContact() const return metacontact; } -void ContactAddedNotifyDialog::slotAddresseeSelected( const KABC::Addressee & addr ) +void ContactAddedNotifyDialog::slotAddresseeSelected( const TDEABC::Addressee & addr ) { if ( !addr.isEmpty() ) { |