Match constness between .h and .cpp

BUG: 199897

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=999390
This commit is contained in:
Adriaan de Groot 2009-07-19 18:30:00 +00:00
parent 9df2637add
commit 7ef7178a3a

View file

@ -960,7 +960,7 @@ QRect PaintClipper::Iterator::boundingRect() const
TimeLine TimeLine
***************************************************************/ ***************************************************************/
TimeLine::TimeLine(const int duration) TimeLine::TimeLine(int duration)
{ {
m_Time = 0; m_Time = 0;
m_Duration = duration; m_Duration = duration;