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/sound.sip | |
parent | 32b4fbc109cefc7cff3b7355b4d4f3084336c97b (diff) | |
download | pytde-406efe8c28ee592ef8fe878d80e4de7334436687.tar.gz pytde-406efe8c28ee592ef8fe878d80e4de7334436687.zip |
Rename KABC namespace
Diffstat (limited to 'sip/kabc/sound.sip')
-rw-r--r-- | sip/kabc/sound.sip | 12 |
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 |