From 5d284edec28eb706d16b9545c5d783d649469078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 31 May 2015 03:38:46 +0200 Subject: [PATCH] Fixed FTBFS caused by wrong #define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- sip/tdefx/tdestyle.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip/tdefx/tdestyle.sip b/sip/tdefx/tdestyle.sip index b2c04f2..e3f091f 100644 --- a/sip/tdefx/tdestyle.sip +++ b/sip/tdefx/tdestyle.sip @@ -27,7 +27,7 @@ class TDEStyle : TQCommonStyle { %TypeHeaderCode -#define ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY 1 +#define ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY 1 #include %End