From da0664dfcbeacaa1dd625f4bca74f0e8a18512bf Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 20 Jan 2013 06:22:18 +0100 Subject: [PATCH] * QueryLabel doesn't support setTextPen any longer. --- src/libtomahawk/infobar/InfoBar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/infobar/InfoBar.cpp b/src/libtomahawk/infobar/InfoBar.cpp index 646a6e735..9486b9096 100644 --- a/src/libtomahawk/infobar/InfoBar.cpp +++ b/src/libtomahawk/infobar/InfoBar.cpp @@ -83,7 +83,6 @@ InfoBar::InfoBar( QWidget* parent ) m_queryLabel = new QueryLabel( this ); m_queryLabel->setType( QueryLabel::Artist ); m_queryLabel->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ); - m_queryLabel->setTextPen( palette().brightText().color() ); m_queryLabel->setFont( boldFont ); m_queryLabel->hide(); connect( m_queryLabel, SIGNAL( clickedArtist() ), this, SLOT( artistClicked() ) );