summaryrefslogtreecommitdiffstats
path: root/cervisia/logtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/logtree.cpp')
-rw-r--r--cervisia/logtree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/logtree.cpp b/cervisia/logtree.cpp
index 95bf9035..57d635ca 100644
--- a/cervisia/logtree.cpp
+++ b/cervisia/logtree.cpp
@@ -399,8 +399,8 @@ void LogTreeView::paintRevisionCell(TQPainter *p,
// The box itself
if (selected)
{
- p->fillRect(rect, KGlobalSettings::highlightColor());
- p->setPen(KGlobalSettings::highlightedTextColor());
+ p->fillRect(rect, TDEGlobalSettings::highlightColor());
+ p->setPen(TDEGlobalSettings::highlightedTextColor());
}
else
{