diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-23 04:53:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-23 04:53:07 -0600 |
commit | 345fce267e9553675c067dc3429423bcfa56fcac (patch) | |
tree | bd908567c7cd9a0846dd644f0beebeeb276b5da3 | |
parent | b2077814875df6006a8a7b9d02f854d3e69a47f1 (diff) | |
download | pytqt-345fce267e9553675c067dc3429423bcfa56fcac.tar.gz pytqt-345fce267e9553675c067dc3429423bcfa56fcac.zip |
Fix FTBFS due to style API changes
-rw-r--r-- | sip/qt/qstyle.sip | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sip/qt/qstyle.sip b/sip/qt/qstyle.sip index f902ea1..37ef003 100644 --- a/sip/qt/qstyle.sip +++ b/sip/qt/qstyle.sip @@ -74,6 +74,7 @@ This takes only the <Literal>t</Literal> parameter and returns a tuple of the class TQStyleOption { %TypeHeaderCode +#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1 #include <tqstyle.h> %End @@ -170,6 +171,7 @@ class TQStyleControlElementData; class TQStyleWidgetActionRequestData { %TypeHeaderCode +#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1 #include <tqstyle.h> %End @@ -189,6 +191,7 @@ typedef TQStyleWidgetActionRequestData TQStyleApplicationActionRequestData; class TQStyle : TQObject { %TypeHeaderCode +#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1 #include <tqstyle.h> %End |