From 406efe8c28ee592ef8fe878d80e4de7334436687 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:22:33 -0600 Subject: Rename KABC namespace --- sip/kabc/sound.sip | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sip/kabc/sound.sip') 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 -- cgit v1.2.1