summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-04-30 17:03:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 16:18:36 +0900
commitd72e2b5130770f9f0d24edad39aca7e1def38f51 (patch)
tree5c98894001b08470ec5305ee9b52a4b95895e10b
parent387c0e75a0827248e7ea2a77719c78647bc7bf33 (diff)
downloadpytde-r14.0.x.tar.gz
pytde-r14.0.x.zip
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPYr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67520f2b70df50d40e7536fb96ff86b028631de7)
-rw-r--r--sip/tdefx/tdestyle.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdefx/tdestyle.sip b/sip/tdefx/tdestyle.sip
index e3f091f..b2c04f2 100644
--- a/sip/tdefx/tdestyle.sip
+++ b/sip/tdefx/tdestyle.sip
@@ -27,7 +27,7 @@
class TDEStyle : TQCommonStyle
{
%TypeHeaderCode
-#define ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1
+#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1
#include <tdestyle.h>
%End