summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-03-05 18:24:38 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-03-05 18:24:38 +0100
commit294aa000d24b3fdf0e99a436f0064b7ebae62bc7 (patch)
treeb5cda7dfd62ea9b7212080bf19b8d386c8809856 /src
parentrekonq 0.9.50, first 0.10 development version (diff)
downloadrekonq-294aa000d24b3fdf0e99a436f0064b7ebae62bc7.tar.xz
Use proper colors for tabs
Wyatt's patch. Thanks :) BUG:295236
Diffstat (limited to 'src')
-rw-r--r--src/tabbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index c079d54e..326d8647 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -450,7 +450,7 @@ void TabBar::resetTabHighlighted(int index)
if (ReKonfig::animatedTabHighlighting())
removeAnimation(index);
- setTabTextColor(index, palette().text().color());
+ setTabTextColor(index, KColorScheme(QPalette::Active, KColorScheme::Window).foreground(KColorScheme::NormalText).color());
}