diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-18 15:17:11 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-18 15:17:11 -0500 |
commit | f09a033f218e0ec0490991ee974f5e932ed11583 (patch) | |
tree | 2f665a8f29dd32f3684955167cb56d37a834ecb3 /sip/qt/qlocale.sip | |
parent | 483515d3846e69eb0e1412a53fb3a9496836ebfd (diff) | |
download | pytqt-f09a033f218e0ec0490991ee974f5e932ed11583.tar.gz pytqt-f09a033f218e0ec0490991ee974f5e932ed11583.zip |
Fix references to Q_ULLONG and friends
Diffstat (limited to 'sip/qt/qlocale.sip')
-rw-r--r-- | sip/qt/qlocale.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qlocale.sip b/sip/qt/qlocale.sip index cc17441..5a85274 100644 --- a/sip/qt/qlocale.sip +++ b/sip/qt/qlocale.sip @@ -508,10 +508,10 @@ public: ushort toUShort(const TQString &,bool * = 0) const; int toInt(const TQString &,bool * = 0) const; uint toUInt(const TQString &,bool * = 0) const; - Q_LONG toLong(const TQString &,bool * = 0) const; - Q_ULONG toULong(const TQString &,bool * = 0) const; - //Q_LLONG toLongLong(const TQString &,bool * = 0) const; - //Q_ULLONG toULongLong(const TQString &,bool * = 0) const; + TQ_LONG toLong(const TQString &,bool * = 0) const; + TQ_ULONG toULong(const TQString &,bool * = 0) const; + //TQ_LLONG toLongLong(const TQString &,bool * = 0) const; + //TQ_ULLONG toULongLong(const TQString &,bool * = 0) const; float toFloat(const TQString &,bool * = 0) const; double toDouble(const TQString &,bool * = 0) const; |