diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:17:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:17:47 -0600 |
commit | c6a40717d8212170a7e522a544d9046ebabb102e (patch) | |
tree | dde502cfd0638233b0b43fbd1841fd516e1bb149 /conduits/abbrowserconduit/abbrowser-conduit.h | |
parent | c8376d8f8453cad88dab7306888c9a2fef7b4da7 (diff) | |
download | kpilot-c6a40717d8212170a7e522a544d9046ebabb102e.tar.gz kpilot-c6a40717d8212170a7e522a544d9046ebabb102e.zip |
Rename KABC namespace
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-conduit.h')
-rw-r--r-- | conduits/abbrowserconduit/abbrowser-conduit.h | 6 |
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; } ; |