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/picture.sip | |
parent | 32b4fbc109cefc7cff3b7355b4d4f3084336c97b (diff) | |
download | pytde-406efe8c28ee592ef8fe878d80e4de7334436687.tar.gz pytde-406efe8c28ee592ef8fe878d80e4de7334436687.zip |
Rename KABC namespace
Diffstat (limited to 'sip/kabc/picture.sip')
-rw-r--r-- | sip/kabc/picture.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kabc/picture.sip b/sip/kabc/picture.sip index d715f84..9b78ede 100644 --- a/sip/kabc/picture.sip +++ b/sip/kabc/picture.sip @@ -25,7 +25,7 @@ %If ( KDE_3_1_0 - ) -namespace KABC +namespace TDEABC { class Picture @@ -39,8 +39,8 @@ public: Picture (); Picture (const TQString&); Picture (const TQImage&); - bool operator == (const KABC::Picture&) const; - bool operator != (const KABC::Picture&) const; + bool operator == (const TDEABC::Picture&) const; + bool operator != (const TDEABC::Picture&) const; void setUrl (const TQString&); void setData (const TQImage&); void setType (const TQString&); @@ -52,9 +52,9 @@ public: }; // class Picture -//igx TQDataStream& operator << (TQDataStream&, const KABC::Picture&); -//igx TQDataStream& operator >> (TQDataStream&, KABC::Picture&); -}; // namespace KABC +//igx TQDataStream& operator << (TQDataStream&, const TDEABC::Picture&); +//igx TQDataStream& operator >> (TQDataStream&, TDEABC::Picture&); +}; // namespace TDEABC %End |