summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/kde/salnativewidgets-kde.cxx8
-rw-r--r--vcl/unx/kde4/KDESalFrame.cxx3
2 files changed, 0 insertions, 11 deletions
diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx b/vcl/unx/kde/salnativewidgets-kde.cxx
index 0a7fca90227e..f0e5ebe01f97 100644
--- a/vcl/unx/kde/salnativewidgets-kde.cxx
+++ b/vcl/unx/kde/salnativewidgets-kde.cxx
@@ -1856,18 +1856,10 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
if ( pConfig->hasKey( pKey ) )
aStyleSettings.SetActiveColor( readColor( pConfig, pKey ) );
- pKey = "activeBlend";
- if ( pConfig->hasKey( pKey ) )
- aStyleSettings.SetActiveColor2( readColor( pConfig, pKey ) );
-
pKey = "inactiveBackground";
if ( pConfig->hasKey( pKey ) )
aStyleSettings.SetDeactiveColor( readColor( pConfig, pKey ) );
- pKey = "inactiveBlend";
- if ( pConfig->hasKey( pKey ) )
- aStyleSettings.SetDeactiveColor2( readColor( pConfig, pKey ) );
-
pKey = "inactiveForeground";
if ( pConfig->hasKey( pKey ) )
aStyleSettings.SetDeactiveTextColor( readColor( pConfig, pKey ) );
diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx
index cf525fff583c..173ba12ce069 100644
--- a/vcl/unx/kde4/KDESalFrame.cxx
+++ b/vcl/unx/kde4/KDESalFrame.cxx
@@ -171,9 +171,6 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
style.SetActiveColor(toColor(pal.color(QPalette::Active, QPalette::Window)));
style.SetDeactiveColor(toColor(pal.color(QPalette::Inactive, QPalette::Window)));
- style.SetActiveColor2(toColor(pal.color(QPalette::Active, QPalette::Window)));
- style.SetDeactiveColor2(toColor(pal.color(QPalette::Inactive, QPalette::Window)));
-
style.SetActiveTextColor(toColor(pal.color(QPalette::Active, QPalette::WindowText)));
style.SetDeactiveTextColor(toColor(pal.color(QPalette::Inactive, QPalette::WindowText)));