summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetecontactlist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:27:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:27:19 -0600
commitabed891d4e05028ca7fdfa1aecb047d2cc9e3da9 (patch)
tree3886579911eba100500e673e5c994dbcae42a6d2 /kopete/libkopete/kopetecontactlist.cpp
parent795ed72fdb980600d4da57fdf9e689cdbbfc9a9a (diff)
downloadtdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.tar.gz
tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.zip
Rename KABC namespace
Diffstat (limited to 'kopete/libkopete/kopetecontactlist.cpp')
-rw-r--r--kopete/libkopete/kopetecontactlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetecontactlist.cpp b/kopete/libkopete/kopetecontactlist.cpp
index de9e509b..394527d6 100644
--- a/kopete/libkopete/kopetecontactlist.cpp
+++ b/kopete/libkopete/kopetecontactlist.cpp
@@ -311,7 +311,7 @@ void ContactList::loadGlobalIdentity()
connect(myself(), TQT_SIGNAL(photoChanged()), this, TQT_SLOT(slotPhotoChanged()));
// Ensure that the myself metaContactId is always the KABC whoAmI
- KABC::Addressee a = KABC::StdAddressBook::self()->whoAmI();
+ TDEABC::Addressee a = TDEABC::StdAddressBook::self()->whoAmI();
if(!a.isEmpty() && a.uid() != myself()->metaContactId())
{
myself()->setMetaContactId(a.uid());