diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-04-30 16:59:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-04-30 16:59:27 +0900 |
commit | 63fe0b82b47e7ee31f91374d96022a3ae77a86c3 (patch) | |
tree | a537bacee5287df32ce5f089c78b2b4767e1c3c6 | |
parent | f1df318a34f0c5a4eeb370565e12173459a84748 (diff) | |
download | pytqt-63fe0b82b47e7ee31f91374d96022a3ae77a86c3.tar.gz pytqt-63fe0b82b47e7ee31f91374d96022a3ae77a86c3.zip |
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 d60ae9f..9a15be5 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_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1 +#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1 #include <tqstyle.h> %End @@ -171,7 +171,7 @@ class TQStyleControlElementData; class TQStyleWidgetActionRequestData { %TypeHeaderCode -#define ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1 +#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1 #include <tqstyle.h> %End @@ -191,7 +191,7 @@ typedef TQStyleWidgetActionRequestData TQStyleApplicationActionRequestData; class TQStyle : TQObject { %TypeHeaderCode -#define ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1 +#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1 #include <tqstyle.h> %End |