summaryrefslogtreecommitdiffstats
path: root/conduits/abbrowserconduit/abbrowser-conduit.h
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-conduit.h')
-rw-r--r--conduits/abbrowserconduit/abbrowser-conduit.h6
1 files changed, 3 insertions, 3 deletions
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<recordid_t> 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;
} ;