summaryrefslogtreecommitdiffstats
path: root/sip/kabc/picture.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-20 16:22:33 -0600
committerTimothy Pearson <[email protected]>2013-02-20 16:22:33 -0600
commit406efe8c28ee592ef8fe878d80e4de7334436687 (patch)
treef29eefb11fa46751d48c1314baf4864ec84e3ed3 /sip/kabc/picture.sip
parent32b4fbc109cefc7cff3b7355b4d4f3084336c97b (diff)
downloadpytde-406efe8c28ee592ef8fe878d80e4de7334436687.tar.gz
pytde-406efe8c28ee592ef8fe878d80e4de7334436687.zip
Rename KABC namespace
Diffstat (limited to 'sip/kabc/picture.sip')
-rw-r--r--sip/kabc/picture.sip12
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