summaryrefslogtreecommitdiffstats
path: root/sip/kabc/vcardconverter.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-20 16:22:33 -0600
committerTimothy Pearson <[email protected]>2013-02-20 16:22:33 -0600
commit406efe8c28ee592ef8fe878d80e4de7334436687 (patch)
treef29eefb11fa46751d48c1314baf4864ec84e3ed3 /sip/kabc/vcardconverter.sip
parent32b4fbc109cefc7cff3b7355b4d4f3084336c97b (diff)
downloadpytde-406efe8c28ee592ef8fe878d80e4de7334436687.tar.gz
pytde-406efe8c28ee592ef8fe878d80e4de7334436687.zip
Rename KABC namespace
Diffstat (limited to 'sip/kabc/vcardconverter.sip')
-rw-r--r--sip/kabc/vcardconverter.sip16
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/kabc/vcardconverter.sip b/sip/kabc/vcardconverter.sip
index ff90050..b545fe0 100644
--- a/sip/kabc/vcardconverter.sip
+++ b/sip/kabc/vcardconverter.sip
@@ -29,7 +29,7 @@
%If ( KDE_3_1_1 - )
-namespace KABC
+namespace TDEABC
{
class VCardConverter
@@ -50,14 +50,14 @@ public:
VCardConverter ();
%If ( KDE_3_2_0 - )
- TQString createVCard (const KABC::Addressee&, KABC::VCardConverter::Version = v3_0 );
- TQString createVCards (KABC::Addressee::List, KABC::VCardConverter::Version = v3_0 );
- KABC::Addressee parseVCard (const TQString&);
- KABC::Addressee::List parseVCards (const TQString&);
+ TQString createVCard (const TDEABC::Addressee&, TDEABC::VCardConverter::Version = v3_0 );
+ TQString createVCards (TDEABC::Addressee::List, TDEABC::VCardConverter::Version = v3_0 );
+ TDEABC::Addressee parseVCard (const TQString&);
+ TDEABC::Addressee::List parseVCards (const TQString&);
%End
- bool vCardToAddressee (const TQString&, KABC::Addressee&, KABC::VCardConverter::Version = v3_0 );
- bool addresseeToVCard (const KABC::Addressee&, TQString&, KABC::VCardConverter::Version = v3_0 );
+ bool vCardToAddressee (const TQString&, TDEABC::Addressee&, TDEABC::VCardConverter::Version = v3_0 );
+ bool addresseeToVCard (const TDEABC::Addressee&, TQString&, TDEABC::VCardConverter::Version = v3_0 );
}; // class VCardConverter
@@ -68,7 +68,7 @@ TQString dateToVCardString (const TQDate&);
TQDateTime VCardStringToDate (const TQString&);
%End
-}; // namespace KABC
+}; // namespace TDEABC
%End