diff options
Diffstat (limited to 'kplato/kpttaskgeneralpanel.cc')
-rw-r--r-- | kplato/kpttaskgeneralpanel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kpttaskgeneralpanel.cc b/kplato/kpttaskgeneralpanel.cc index 7d064fcc..854197e3 100644 --- a/kplato/kpttaskgeneralpanel.cc +++ b/kplato/kpttaskgeneralpanel.cc @@ -260,7 +260,7 @@ int TaskGeneralPanelImpl::schedulingType() const void TaskGeneralPanelImpl::changeLeader() { - KABC::Addressee a = KABC::AddresseeDialog::getAddressee(this); + TDEABC::Addressee a = TDEABC::AddresseeDialog::getAddressee(this); if (!a.isEmpty()) { leaderfield->setText(a.fullEmail()); |