summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-23 04:53:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-23 04:53:07 -0600
commit345fce267e9553675c067dc3429423bcfa56fcac (patch)
treebd908567c7cd9a0846dd644f0beebeeb276b5da3
parentb2077814875df6006a8a7b9d02f854d3e69a47f1 (diff)
downloadpytqt-345fce26.tar.gz
pytqt-345fce26.zip
Fix FTBFS due to style API changes
-rw-r--r--sip/qt/qstyle.sip3
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