From kde-core-devel Mon Jun 18 16:38:57 2007 From: Olaf Schmidt Date: Mon, 18 Jun 2007 16:38:57 +0000 To: kde-core-devel Subject: Re: Color roles, coming this Monday to kdelibs? Message-Id: <200706181838.58944.ojschmidt () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=118218489218332 Hi Thomas! I just saw that KoTooluButton (which is the only user of toolBarHighlightColor) derives from KToolBarButton, which no longer exists in trunk. This seems to imply that trunk does not compile with trunk kdelibs anyway. Is it really still used in KOffice, or is this dead code? If there is indeed a need to fix this, then you could either replace KoTooluButton with QToolButton, or make it a KoTooluButton a subclass of QToolButton. Doing so will remove the function that uses toolBarHighlightColor (since that is now handles by Qt). If you have questions, then you need to find the person that killed KToolBarButton. Olaf