summaryrefslogtreecommitdiffstats
path: root/sip/kabc/secrecy.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kabc/secrecy.sip')
-rw-r--r--sip/kabc/secrecy.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kabc/secrecy.sip b/sip/kabc/secrecy.sip
index 33c6d30..c0f9b50 100644
--- a/sip/kabc/secrecy.sip
+++ b/sip/kabc/secrecy.sip
@@ -25,7 +25,7 @@
%If ( KDE_3_1_0 - )
-namespace KABC
+namespace TDEABC
{
class Secrecy
@@ -51,8 +51,8 @@ public:
%End
Secrecy (int = Private );
- bool operator == (const KABC::Secrecy&) const;
- bool operator != (const KABC::Secrecy&) const;
+ bool operator == (const TDEABC::Secrecy&) const;
+ bool operator != (const TDEABC::Secrecy&) const;
%If ( KDE_3_2_0 - )
bool isValid () const;
@@ -82,11 +82,11 @@ public:
%If ( KDE_3_4_0 - )
-//igx TQDataStream& operator << (TQDataStream&, const KABC::Secrecy&);
-//igx TQDataStream& operator >> (TQDataStream&, KABC::Secrecy&);
+//igx TQDataStream& operator << (TQDataStream&, const TDEABC::Secrecy&);
+//igx TQDataStream& operator >> (TQDataStream&, TDEABC::Secrecy&);
%End
-}; // namespace KABC
+}; // namespace TDEABC
%End