summaryrefslogtreecommitdiffstats
path: root/sip/kabc/sound.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kabc/sound.sip')
-rw-r--r--sip/kabc/sound.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kabc/sound.sip b/sip/kabc/sound.sip
index c9c8d4e..e97aec4 100644
--- a/sip/kabc/sound.sip
+++ b/sip/kabc/sound.sip
@@ -25,7 +25,7 @@
%If ( KDE_3_1_0 - )
-namespace KABC
+namespace TDEABC
{
class Sound
@@ -39,8 +39,8 @@ public:
Sound ();
Sound (const TQString&);
Sound (const TQByteArray&);
- bool operator == (const KABC::Sound&) const;
- bool operator != (const KABC::Sound&) const;
+ bool operator == (const TDEABC::Sound&) const;
+ bool operator != (const TDEABC::Sound&) const;
void setUrl (const TQString&);
%If ( KDE_3_4_0 - )
@@ -55,9 +55,9 @@ public:
}; // class Sound
-//igx TQDataStream& operator << (TQDataStream&, const KABC::Sound&);
-//igx TQDataStream& operator >> (TQDataStream&, KABC::Sound&);
-}; // namespace KABC
+//igx TQDataStream& operator << (TQDataStream&, const TDEABC::Sound&);
+//igx TQDataStream& operator >> (TQDataStream&, TDEABC::Sound&);
+}; // namespace TDEABC
%End