summaryrefslogtreecommitdiffstats
path: root/src/linklabel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:32:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:32:45 -0600
commit5959ea6d0dcff36e49773b89200b42b0af4a9646 (patch)
tree1fc0f76e9dc82c7779a51886b6152c7625d7fa58 /src/linklabel.cpp
parent17678d65de293ae9a8b077b5c0bc3f493c617f8b (diff)
downloadbasket-5959ea6d0dcff36e49773b89200b42b0af4a9646.tar.gz
basket-5959ea6d0dcff36e49773b89200b42b0af4a9646.zip
Rename a few stragglers
Diffstat (limited to 'src/linklabel.cpp')
-rw-r--r--src/linklabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linklabel.cpp b/src/linklabel.cpp
index 6932dca..5cac60d 100644
--- a/src/linklabel.cpp
+++ b/src/linklabel.cpp
@@ -231,7 +231,7 @@ void LinkLabel::setLook(LinkLook *look) // FIXME: called externaly (so, without
font.setUnderline(look->underlineOutside());
font.setItalic(look->italic());
m_title->setFont(font);
- m_title->setPaletteForegroundColor( m_isSelected ? KApplication::tqpalette().active().highlightedText() : look->effectiveColor() );
+ m_title->setPaletteForegroundColor( m_isSelected ? KApplication::palette().active().highlightedText() : look->effectiveColor() );
m_icon->setShown( m_icon->pixmap() && ! m_icon->pixmap()->isNull() );
@@ -323,7 +323,7 @@ void LinkLabel::setSelected(bool selected)
{
m_isSelected = selected;
if (selected)
- m_title->setPaletteForegroundColor(KApplication::tqpalette().active().highlightedText());
+ m_title->setPaletteForegroundColor(KApplication::palette().active().highlightedText());
else if (m_isHovered)
m_title->setPaletteForegroundColor(m_look->effectiveHoverColor());
else