From c6a40717d8212170a7e522a544d9046ebabb102e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:17:47 -0600 Subject: Rename KABC namespace --- conduits/abbrowserconduit/abbrowser-conduit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conduits/abbrowserconduit/abbrowser-conduit.h') diff --git a/conduits/abbrowserconduit/abbrowser-conduit.h b/conduits/abbrowserconduit/abbrowser-conduit.h index 61db74b..0fdb035 100644 --- a/conduits/abbrowserconduit/abbrowser-conduit.h +++ b/conduits/abbrowserconduit/abbrowser-conduit.h @@ -39,7 +39,7 @@ class ResolutionTable; -namespace KABC +namespace TDEABC { class Addressee; class Address; @@ -47,7 +47,7 @@ class PhoneNumber; class Ticket; } -using namespace KABC; +using namespace TDEABC; typedef TQValueList RecordIDList; @@ -215,7 +215,7 @@ private: /** if we add a resource from the addressbook, track it to remove it * later... */ - KABC::Resource *fBookResource; + TDEABC::Resource *fBookResource; } ; -- cgit v1.2.1