summaryrefslogtreecommitdiffstats
path: root/sip/kabc/ldif.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kabc/ldif.sip')
-rw-r--r--sip/kabc/ldif.sip10
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