diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:16:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:16:29 -0600 |
commit | c474b8f8c47d4c2972106ba388a609b435d82213 (patch) | |
tree | 954aec2b82f83173660f7eb1ba649617615b2584 /kplato/kptsummarytaskgeneralpanel.cc | |
parent | 8418c2f640d86282c41b7488c359d3ddb0c8d36d (diff) | |
download | koffice-c474b8f8c47d4c2972106ba388a609b435d82213.tar.gz koffice-c474b8f8c47d4c2972106ba388a609b435d82213.zip |
Rename KABC namespace
Diffstat (limited to 'kplato/kptsummarytaskgeneralpanel.cc')
-rw-r--r-- | kplato/kptsummarytaskgeneralpanel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |