summaryrefslogtreecommitdiffstats
path: root/src/projects/k3baudiotrackviewitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-21 14:04:05 -0600
committerTimothy Pearson <[email protected]>2011-12-21 14:04:05 -0600
commitba335c4be73ee8e3ae5c6084e889c003825cda44 (patch)
treeb3ce82a1c188b28ea94aa84c32db082c3434fc79 /src/projects/k3baudiotrackviewitem.cpp
parent5183781c5dddd8447b308c24b2d7f9257bd0bcad (diff)
downloadk3b-ba335c4be73ee8e3ae5c6084e889c003825cda44.tar.gz
k3b-ba335c4be73ee8e3ae5c6084e889c003825cda44.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/projects/k3baudiotrackviewitem.cpp')
-rw-r--r--src/projects/k3baudiotrackviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3baudiotrackviewitem.cpp b/src/projects/k3baudiotrackviewitem.cpp
index 3027eac..67483ad 100644
--- a/src/projects/k3baudiotrackviewitem.cpp
+++ b/src/projects/k3baudiotrackviewitem.cpp
@@ -57,7 +57,7 @@ K3bAudioTrackViewItem::K3bAudioTrackViewItem( K3bAudioTrackView* parent,
setFont( 3, f );
// gray out filename
- setForegroundColor( 5, listView()->tqpalette().disabled().foreground() );
+ setForegroundColor( 5, listView()->palette().disabled().foreground() );
// smaller filename
f = listView()->font();