summaryrefslogtreecommitdiffstats
path: root/kplato/kptmainprojectpanel.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:16:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:16:29 -0600
commitc474b8f8c47d4c2972106ba388a609b435d82213 (patch)
tree954aec2b82f83173660f7eb1ba649617615b2584 /kplato/kptmainprojectpanel.cc
parent8418c2f640d86282c41b7488c359d3ddb0c8d36d (diff)
downloadkoffice-c474b8f8c47d4c2972106ba388a609b435d82213.tar.gz
koffice-c474b8f8c47d4c2972106ba388a609b435d82213.zip
Rename KABC namespace
Diffstat (limited to 'kplato/kptmainprojectpanel.cc')
-rw-r--r--kplato/kptmainprojectpanel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptmainprojectpanel.cc b/kplato/kptmainprojectpanel.cc
index 24bf0891e..375b04f12 100644
--- a/kplato/kptmainprojectpanel.cc
+++ b/kplato/kptmainprojectpanel.cc
@@ -172,7 +172,7 @@ void MainProjectPanelImpl::slotCheckAllFieldsFilled()
void MainProjectPanelImpl::slotChooseLeader()
{
- KABC::Addressee a = KABC::AddresseeDialog::getAddressee(this);
+ TDEABC::Addressee a = TDEABC::AddresseeDialog::getAddressee(this);
if (!a.isEmpty())
{
leaderfield->setText(a.fullEmail());