~ubuntu-branches/ubuntu/hardy/kdenetwork-kde4/hardy-backports

« back to all changes in this revision

Viewing changes to knewsticker/itemviews.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-31 17:38:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080131173828-0pex3q204v5jglp7
Tags: 4:4.0.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
    m_moveOutAnimation->setTimeLine( moveOutTimer );
287
287
}
288
288
 
 
289
PagingItemView::~PagingItemView()
 
290
{
 
291
    m_moveInAnimation->timeLine()->stop();
 
292
    m_moveOutAnimation->timeLine()->stop();
 
293
}
 
294
 
289
295
void PagingItemView::updateMoveAnimations()
290
296
{
291
297
    m_moveInAnimation->clear();