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/geo.sip | |
parent | 32b4fbc109cefc7cff3b7355b4d4f3084336c97b (diff) | |
download | pytde-406efe8c28ee592ef8fe878d80e4de7334436687.tar.gz pytde-406efe8c28ee592ef8fe878d80e4de7334436687.zip |
Rename KABC namespace
Diffstat (limited to 'sip/kabc/geo.sip')
-rw-r--r-- | sip/kabc/geo.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kabc/geo.sip b/sip/kabc/geo.sip index 3ffca2f..8454114 100644 --- a/sip/kabc/geo.sip +++ b/sip/kabc/geo.sip @@ -23,7 +23,7 @@ // If not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -namespace KABC +namespace TDEABC { class Geo @@ -41,10 +41,10 @@ public: void setLongitude (float); float longitude () const; bool isValid () const; - bool operator == (const KABC::Geo&) const; + bool operator == (const TDEABC::Geo&) const; %If ( KDE_3_1_0 - ) - bool operator != (const KABC::Geo&) const; + bool operator != (const TDEABC::Geo&) const; %End TQString asString () const; @@ -53,9 +53,9 @@ public: %If ( KDE_3_1_0 - ) -//igx TQDataStream& operator << (TQDataStream&, const KABC::Geo&); -//igx TQDataStream& operator >> (TQDataStream&, KABC::Geo&); +//igx TQDataStream& operator << (TQDataStream&, const TDEABC::Geo&); +//igx TQDataStream& operator >> (TQDataStream&, TDEABC::Geo&); %End -}; // namespace KABC +}; // namespace TDEABC |