summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-05-28 14:03:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-05-28 14:03:12 +0900
commit51b4af5d816276d4507dc433edc2fb49f70d9b90 (patch)
treef11a6b9a359425f4ed40e13045c834888c2e7daf
parent695fdfc1964a55141de9cf88c013b4c8aeffbdbc (diff)
downloadpytqt-51b4af5d.tar.gz
pytqt-51b4af5d.zip
Fixed FTBFS caused by wrong #define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--sip/qt/qstyle.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/qt/qstyle.sip b/sip/qt/qstyle.sip
index 9a15be5..d60ae9f 100644
--- a/sip/qt/qstyle.sip
+++ b/sip/qt/qstyle.sip
@@ -74,7 +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
+#define ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1
#include <tqstyle.h>
%End
@@ -171,7 +171,7 @@ class TQStyleControlElementData;
class TQStyleWidgetActionRequestData
{
%TypeHeaderCode
-#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1
+#define ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1
#include <tqstyle.h>
%End
@@ -191,7 +191,7 @@ typedef TQStyleWidgetActionRequestData TQStyleApplicationActionRequestData;
class TQStyle : TQObject
{
%TypeHeaderCode
-#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1
+#define ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1
#include <tqstyle.h>
%End