diff options
Diffstat (limited to 'amarok/src/tracktooltip.cpp')
-rw-r--r-- | amarok/src/tracktooltip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/tracktooltip.cpp b/amarok/src/tracktooltip.cpp index 54e3f039..c345e22e 100644 --- a/amarok/src/tracktooltip.cpp +++ b/amarok/src/tracktooltip.cpp @@ -293,7 +293,7 @@ void TrackToolTip::slotImageChanged( const TQString &remoteURL ) if( CollectionDB::instance()->getPodcastEpisodeBundle( m_tags.url().url(), &peb ) ) { PodcastChannelBundle pcb; - if( CollectionDB::instance()->getPodcastChannelBundle( peb.tqparent().url(), &pcb ) ) + if( CollectionDB::instance()->getPodcastChannelBundle( peb.parent().url(), &pcb ) ) { if( pcb.imageURL().url() == remoteURL ) { |