summaryrefslogtreecommitdiffstats
path: root/src/urlnavigatorbutton.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:18:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:18:58 -0600
commit6d3902bd20c24613b2f13f5c04294ff83f104006 (patch)
tree6cf224cc11b6dfd4ebf884b1045ff7e95de7c8e7 /src/urlnavigatorbutton.cpp
parent87346b386fec7055f53b607d9cad63f48fbb8e28 (diff)
downloaddolphin-6d3902bd20c24613b2f13f5c04294ff83f104006.tar.gz
dolphin-6d3902bd20c24613b2f13f5c04294ff83f104006.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/urlnavigatorbutton.cpp')
-rw-r--r--src/urlnavigatorbutton.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/urlnavigatorbutton.cpp b/src/urlnavigatorbutton.cpp
index 64064bb..ae97d46 100644
--- a/src/urlnavigatorbutton.cpp
+++ b/src/urlnavigatorbutton.cpp
@@ -100,12 +100,12 @@ void URLNavigatorButton::drawButton(TQPainter* painter)
isDisplayHintEnabled(DraggedHint) ||
isDisplayHintEnabled(PopupActiveHint);
if (isHighlighted) {
- backgroundColor = KGlobalSettings::highlightColor();
- foregroundColor = KGlobalSettings::highlightedTextColor();
+ backgroundColor = TDEGlobalSettings::highlightColor();
+ foregroundColor = TDEGlobalSettings::highlightedTextColor();
}
else {
backgroundColor = colorGroup().background();
- foregroundColor = KGlobalSettings::buttonTextColor();
+ foregroundColor = TDEGlobalSettings::buttonTextColor();
}
// dimm the colors if the parent view does not have the focus