diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kabc/timezone.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/kabc/timezone.sip')
-rw-r--r-- | sip/kabc/timezone.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kabc/timezone.sip b/sip/kabc/timezone.sip index e095d45..c8f28af 100644 --- a/sip/kabc/timezone.sip +++ b/sip/kabc/timezone.sip @@ -45,14 +45,14 @@ public: bool operator != (const KABC::TimeZone&) const; %End - QString asString () const; + TQString asString () const; }; // class TimeZone %If ( KDE_3_1_0 - ) -//igx QDataStream& operator << (QDataStream&, const KABC::TimeZone&); -//igx QDataStream& operator >> (QDataStream&, KABC::TimeZone&); +//igx TQDataStream& operator << (TQDataStream&, const KABC::TimeZone&); +//igx TQDataStream& operator >> (TQDataStream&, KABC::TimeZone&); %End }; // namespace KABC |