diff options
author | arved <arved@FreeBSD.org> | 2004-07-27 17:38:24 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-07-27 17:38:24 +0000 |
commit | 4fd015d030e6d7ac5a3a9b0baf2154a3dac008f6 (patch) | |
tree | 1013b6f9ce66f5230b2da3488d848147aa422678 /x11-themes | |
parent | cef2ad2cee352a06641c252496b8cb874d9d4cb0 (diff) | |
download | FreeBSD-ports-4fd015d030e6d7ac5a3a9b0baf2154a3dac008f6.zip FreeBSD-ports-4fd015d030e6d7ac5a3a9b0baf2154a3dac008f6.tar.gz |
Fix build on -STABLE
Submitted by: maintainer
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qinx/files/patch-qinxstyle.cc | 11 |
1 files changed, 11 insertions, 0 deletions
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(); + |