diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:22:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:22:33 -0600 |
commit | 406efe8c28ee592ef8fe878d80e4de7334436687 (patch) | |
tree | f29eefb11fa46751d48c1314baf4864ec84e3ed3 /sip/kabc/ldif.sip | |
parent | 32b4fbc109cefc7cff3b7355b4d4f3084336c97b (diff) | |
download | pytde-406efe8c28ee592ef8fe878d80e4de7334436687.tar.gz pytde-406efe8c28ee592ef8fe878d80e4de7334436687.zip |
Rename KABC namespace
Diffstat (limited to 'sip/kabc/ldif.sip')
-rw-r--r-- | sip/kabc/ldif.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/kabc/ldif.sip b/sip/kabc/ldif.sip index 7cc6eab..710b570 100644 --- a/sip/kabc/ldif.sip +++ b/sip/kabc/ldif.sip @@ -25,7 +25,7 @@ %If ( KDE_3_3_0 - ) -namespace KABC +namespace TDEABC { class LDIF @@ -74,11 +74,11 @@ public: static bool splitLine (const TQCString&, TQString&, TQByteArray&); static bool splitControl (const TQCString&, TQString&, bool&, TQByteArray&); void startParsing (); - KABC::LDIF::ParseVal processLine (); - KABC::LDIF::ParseVal nextItem (); + TDEABC::LDIF::ParseVal processLine (); + TDEABC::LDIF::ParseVal nextItem (); void setLDIF (const TQByteArray&); void endLDIF (); - KABC::LDIF::EntryType entryType () const; + TDEABC::LDIF::EntryType entryType () const; int modType () const; const TQString& dn () const; const TQString& newRdn () const; @@ -93,7 +93,7 @@ public: }; // class LDIF -}; // namespace KABC +}; // namespace TDEABC %End |