diff options
Diffstat (limited to 'sip/kabc/geo.sip')
-rw-r--r-- | sip/kabc/geo.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kabc/geo.sip b/sip/kabc/geo.sip index 48124a7..3ffca2f 100644 --- a/sip/kabc/geo.sip +++ b/sip/kabc/geo.sip @@ -47,14 +47,14 @@ public: bool operator != (const KABC::Geo&) const; %End - QString asString () const; + TQString asString () const; }; // class Geo %If ( KDE_3_1_0 - ) -//igx QDataStream& operator << (QDataStream&, const KABC::Geo&); -//igx QDataStream& operator >> (QDataStream&, KABC::Geo&); +//igx TQDataStream& operator << (TQDataStream&, const KABC::Geo&); +//igx TQDataStream& operator >> (TQDataStream&, KABC::Geo&); %End }; // namespace KABC |