From 4fd015d030e6d7ac5a3a9b0baf2154a3dac008f6 Mon Sep 17 00:00:00 2001 From: arved Date: Tue, 27 Jul 2004 17:38:24 +0000 Subject: Fix build on -STABLE Submitted by: maintainer --- x11-themes/qinx/files/patch-qinxstyle.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-themes/qinx/files/patch-qinxstyle.cc (limited to 'x11-themes') diff --git a/x11-themes/qinx/files/patch-qinxstyle.cc b/x11-themes/qinx/files/patch-qinxstyle.cc new file mode 100644 index 0000000..1cf0c2a --- /dev/null +++ b/x11-themes/qinx/files/patch-qinxstyle.cc @@ -0,0 +1,11 @@ +--- qinxstyle/qinxstyle.cc.orig Sun Jul 25 21:12:29 2004 ++++ qinxstyle/qinxstyle.cc Sun Jul 25 21:12:51 2004 +@@ -1677,7 +1677,7 @@ + } + + PrimitiveElement element; +- QColor color = (spin==hover_) ++ QColor color = ((QWidget*)spin==hover_) + ? group.button().light(contrast) + : group.button(); + -- cgit v1.1