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/qtcanvas | |
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/qtcanvas')
-rw-r--r-- | sip/qtcanvas/qcanvas.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtcanvas/qcanvas.sip b/sip/qtcanvas/qcanvas.sip index fd11eaa..fb14a63 100644 --- a/sip/qtcanvas/qcanvas.sip +++ b/sip/qtcanvas/qcanvas.sip @@ -229,7 +229,7 @@ public: sipClass = sipClass_TQCanvasLine; break; -#if QT_VERSION >= 0x030000 +#if TQT_VERSION >= 0x030000 case 8: sipClass = sipClass_TQCanvasSpline; break; |