diff options
author | Michele Calgaro <[email protected]> | 2022-04-30 16:59:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 16:17:32 +0900 |
commit | 228b87ea89625d0783fdfe60114eba89e0f37942 (patch) | |
tree | 4ce1d3e2c1b1426e40a3c57e882320cf3f553d84 | |
parent | 150ebb26a4433888256f5027cacbbdb94b4e829e (diff) | |
download | pytqt-228b87ea89625d0783fdfe60114eba89e0f37942.tar.gz pytqt-228b87ea89625d0783fdfe60114eba89e0f37942.zip |
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 63fe0b82b47e7ee31f91374d96022a3ae77a86c3)
-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 |