diff options
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: |