diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-05-28 14:03:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-05-28 14:17:54 +0900 |
commit | fc378115288f23ac5af20b72d61d1f1e6ece6587 (patch) | |
tree | f11a6b9a359425f4ed40e13045c834888c2e7daf | |
parent | 695fdfc1964a55141de9cf88c013b4c8aeffbdbc (diff) | |
download | pytqt-fc378115288f23ac5af20b72d61d1f1e6ece6587.tar.gz pytqt-fc378115288f23ac5af20b72d61d1f1e6ece6587.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 51b4af5d816276d4507dc433edc2fb49f70d9b90)
-rw-r--r-- | sip/qt/qstyle.sip | 6 |
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 |