summaryrefslogtreecommitdiffstats
path: root/amarok/src/playlist.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit324094a18c888423212bcdafa8f4c68ace73d770 (patch)
treeda4006f5cf35ed42da77aab0f3c83e099c071ba4 /amarok/src/playlist.cpp
parent1219a52be3b98f5012b7b60202004f9bcd40d935 (diff)
downloadamarok-324094a18c888423212bcdafa8f4c68ace73d770.tar.gz
amarok-324094a18c888423212bcdafa8f4c68ace73d770.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'amarok/src/playlist.cpp')
-rw-r--r--amarok/src/playlist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/playlist.cpp b/amarok/src/playlist.cpp
index a97273ac..f1c92bca 100644
--- a/amarok/src/playlist.cpp
+++ b/amarok/src/playlist.cpp
@@ -657,7 +657,7 @@ Playlist::setDynamicHistory( bool enable /*false*/ )
{
if( *it == m_currentTrack ) break;
- //avoid tqrepainting if we can.
+ //avoid repainting if we can.
if( (*it)->isDynamicEnabled() == enable )
{
(*it)->setDynamicEnabled( !enable );
@@ -4430,7 +4430,7 @@ Playlist::refreshNextTracks( int from )
{
// This function scans the m_nextTracks list starting from the 'from'
// position and from there on updates the progressive numbering on related
- // items and tqrepaints them. In short it performs an update subsequent to
+ // items and repaints them. In short it performs an update subsequent to
// a renumbering/order changing at some point of the m_nextTracks list.
//start on the 'from'-th item of the list
@@ -4651,7 +4651,7 @@ Playlist::slotMoodbarPrefs( bool show, bool moodier, int alter, bool withMusic )
for( PlaylistIterator it( this, PlaylistIterator::All ) ; *it ; ++it )
{
(*it)->moodbar().reset();
- tqrepaintItem(*it);
+ repaintItem(*it);
}
}
}