From c474b8f8c47d4c2972106ba388a609b435d82213 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:16:29 -0600 Subject: Rename KABC namespace --- kplato/kptsummarytaskgeneralpanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kplato/kptsummarytaskgeneralpanel.cc') diff --git a/kplato/kptsummarytaskgeneralpanel.cc b/kplato/kptsummarytaskgeneralpanel.cc index 3db784d0..8fff1821 100644 --- a/kplato/kptsummarytaskgeneralpanel.cc +++ b/kplato/kptsummarytaskgeneralpanel.cc @@ -113,7 +113,7 @@ bool SummaryTaskGeneralPanel::ok() { } void SummaryTaskGeneralPanel::slotChooseResponsible() { - KABC::Addressee a = KABC::AddresseeDialog::getAddressee(this); + TDEABC::Addressee a = TDEABC::AddresseeDialog::getAddressee(this); if (!a.isEmpty()) { leaderfield->setText(a.fullEmail()); leaderfield->setFocus(); -- cgit v1.2.1