diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:49:56 -0600 |
commit | e6aaa3624cc6179b82a9bfff1760e742a669064c (patch) | |
tree | 3fed4deb0540d34f85dfb53b02bea7519e66cc6f /cervisia/logtree.cpp | |
parent | 4071ae43ea213cd0f7d5c344c939ebd97d097051 (diff) | |
download | tdesdk-e6aaa3624cc6179b82a9bfff1760e742a669064c.tar.gz tdesdk-e6aaa3624cc6179b82a9bfff1760e742a669064c.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/logtree.cpp')
-rw-r--r-- | cervisia/logtree.cpp | 4 |
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 { |