diff options
author | Darrell Anderson <[email protected]> | 2012-06-19 23:13:05 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-19 23:13:05 -0500 |
commit | af92e92c9ec82f6775c8e64bed0b62911afae42a (patch) | |
tree | 62057adfa6c4a4ff987b4bb22a33e0ce4dcc8734 /sip/kio/ksycocadict.sip | |
parent | a7a170c7f7daa6dfec350ef4d3b0e52f4b7ff83e (diff) | |
download | pytde-af92e92c9ec82f6775c8e64bed0b62911afae42a.tar.gz pytde-af92e92c9ec82f6775c8e64bed0b62911afae42a.zip |
Update for recent TQ changes.
Diffstat (limited to 'sip/kio/ksycocadict.sip')
-rw-r--r-- | sip/kio/ksycocadict.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/kio/ksycocadict.sip b/sip/kio/ksycocadict.sip index ae92d04..5cc527a 100644 --- a/sip/kio/ksycocadict.sip +++ b/sip/kio/ksycocadict.sip @@ -43,7 +43,7 @@ public: void save (TQDataStream&); protected: - Q_UINT32 hashKey (const TQString&); + TQ_UINT32 hashKey (const TQString&); }; // class KSycocaDict |