diff options
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 |