diff options
author | Timothy Pearson <[email protected]> | 2012-11-16 13:55:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-16 13:55:23 -0600 |
commit | 1343e022f2064f7fff32fda06bcff08d8ad4af25 (patch) | |
tree | 483cab491cf206e5d099a13e3bd3e946e740cf60 /sip/qt/qwindowsstyle.sip | |
parent | 1cc71e9107a4310383c6d0f122eb6d109c38d7b6 (diff) | |
download | pytqt-1343e022f2064f7fff32fda06bcff08d8ad4af25.tar.gz pytqt-1343e022f2064f7fff32fda06bcff08d8ad4af25.zip |
Fix prior commit
Diffstat (limited to 'sip/qt/qwindowsstyle.sip')
-rw-r--r-- | sip/qt/qwindowsstyle.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qwindowsstyle.sip b/sip/qt/qwindowsstyle.sip index b3fa3f5..877d60d 100644 --- a/sip/qt/qwindowsstyle.sip +++ b/sip/qt/qwindowsstyle.sip @@ -172,7 +172,7 @@ public: %End %If (TQt_3_1_0 -) - TQRect subRect(SubRect,const const TQStyleControlElementData&, const ControlElementFlags,const TQWidget *) const; + TQRect subRect(SubRect,const TQStyleControlElementData&, const ControlElementFlags,const TQWidget *) const; %End protected: |