summaryrefslogtreecommitdiffstats
path: root/amarok/src/statistics.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:03:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:03:39 -0600
commitd150aff2e735190ac2926f7509b1c8d2240dccfd (patch)
tree878bee267ef1610b67a9303dfe1bae3febdcd9e7 /amarok/src/statistics.cpp
parentcfc8e6815b1ebe8f8c05168cfe98cb31d2e6f86c (diff)
downloadamarok-d150aff2e735190ac2926f7509b1c8d2240dccfd.tar.gz
amarok-d150aff2e735190ac2926f7509b1c8d2240dccfd.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'amarok/src/statistics.cpp')
-rw-r--r--amarok/src/statistics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/statistics.cpp b/amarok/src/statistics.cpp
index aaa08bc9..644cdafd 100644
--- a/amarok/src/statistics.cpp
+++ b/amarok/src/statistics.cpp
@@ -930,7 +930,7 @@ StatisticsDetailedItem::paintCell( TQPainter *p, const TQColorGroup &cg, int col
if( showDetails )
{
- const TQColorGroup _cg = listView()->tqpalette().disabled();
+ const TQColorGroup _cg = listView()->palette().disabled();
text_x = lv->treeStepSize() + 3;
font.setItalic( true );
pBuf.setPen( isSelected() ? _cg.highlightedText() : TQColor(_cg.text().dark()) );