summaryrefslogtreecommitdiffstats
path: root/libreoffice/3.3.3/patches/libreoffice-trinity.diff
diff options
context:
space:
mode:
Diffstat (limited to 'libreoffice/3.3.3/patches/libreoffice-trinity.diff')
-rw-r--r--libreoffice/3.3.3/patches/libreoffice-trinity.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/libreoffice/3.3.3/patches/libreoffice-trinity.diff b/libreoffice/3.3.3/patches/libreoffice-trinity.diff
index 17e777a..c190a2e 100644
--- a/libreoffice/3.3.3/patches/libreoffice-trinity.diff
+++ b/libreoffice/3.3.3/patches/libreoffice-trinity.diff
@@ -13729,9 +13729,9 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ kapp->style().inherits( "KThemeStyle" ) ||
++ kapp->style().inherits( "ThinKeramikStyle" ) )
++ {
-++ // Workaround for the workaround in KStyle::drawPrimitive()
-++ KStyle *pStyle = static_cast< KStyle * >( &kapp->style() );
-++ pStyle->drawKStylePrimitive( KStyle::KPE_ToolBarHandle,
+++ // Workaround for the workaround in TDEStyle::drawPrimitive()
+++ TDEStyle *pStyle = static_cast< TDEStyle * >( &kapp->style() );
+++ pStyle->drawTDEStylePrimitive( TDEStyle::KPE_ToolBarHandle,
++ &qPainter, pToolBar, qThumbRect,
++ pWidget->colorGroup(), nStyle );
++ }