diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:27:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:27:19 -0600 |
commit | abed891d4e05028ca7fdfa1aecb047d2cc9e3da9 (patch) | |
tree | 3886579911eba100500e673e5c994dbcae42a6d2 /kopete/libkopete/kopetecontactlist.cpp | |
parent | 795ed72fdb980600d4da57fdf9e689cdbbfc9a9a (diff) | |
download | tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.tar.gz tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.zip |
Rename KABC namespace
Diffstat (limited to 'kopete/libkopete/kopetecontactlist.cpp')
-rw-r--r-- | kopete/libkopete/kopetecontactlist.cpp | 2 |
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()); |