diff options
author | Timothy Pearson <[email protected]> | 2012-02-14 21:12:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-14 21:12:44 -0600 |
commit | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (patch) | |
tree | 71a3198fc141420d65eefa7036159af85894cf7d /sip/qt/qbytearray.sip | |
parent | 06500cd8e9be747a323920c9475fba0e6618d2de (diff) | |
download | pytqt-e87fff3247e64b4e9509be991a8f2d6bd4ccfacc.tar.gz pytqt-e87fff3247e64b4e9509be991a8f2d6bd4ccfacc.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'sip/qt/qbytearray.sip')
-rw-r--r-- | sip/qt/qbytearray.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qbytearray.sip b/sip/qt/qbytearray.sip index aa56baf..aedcd45 100644 --- a/sip/qt/qbytearray.sip +++ b/sip/qt/qbytearray.sip @@ -198,6 +198,6 @@ public: %If (TQt_3_1_0 -) TQByteArray qCompress(const uchar * /Array/,int /ArraySize/); TQByteArray qCompress(const TQByteArray &); -TQByteArray qUncompress(const uchar * /Array/,int /ArraySize/); -TQByteArray qUncompress(const TQByteArray &); +TQByteArray tqUncompress(const uchar * /Array/,int /ArraySize/); +TQByteArray tqUncompress(const TQByteArray &); %End |