summaryrefslogtreecommitdiff
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:26:55 +0100
commit3e78c7a11125a1cf9bc633a81c2f8f9052f9ccc2 (patch)
tree33e419225580a330546f17f246b7b6a2fb5c98a4
parentrekonq 0.9.0 (diff)
downloadrekonq-3e78c7a11125a1cf9bc633a81c2f8f9052f9ccc2.tar.xz
Use proper colors for tabs
Wyatt's patch. Thanks :) Backported from master...
-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());
}