diff -r 4633027730f5 -r e6ad4ef83b23 src/hbwidgets/itemviews/hbabstractitemcontainer_p.cpp --- a/src/hbwidgets/itemviews/hbabstractitemcontainer_p.cpp Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbwidgets/itemviews/hbabstractitemcontainer_p.cpp Thu Sep 02 20:44:51 2010 +0300 @@ -530,7 +530,7 @@ { Q_D(HbAbstractItemContainer); - d->q_ptr = this; + d->q_ptr = this; d->init(); } @@ -717,8 +717,8 @@ } // if items have been added/removed in the middle of the buffer, there might be items - // that can be reused at the end of the buffer. The following block will scan for - // those items and move them in correct position + // that can be reused at the end of the buffer. The following block will scan for + // those items and move them in correct position int lastUsedItem = -1; for (int indexCounter = 0; indexCounter < indexList.count(); ++indexCounter) { HbAbstractViewItem *item = d->mItems.at(indexCounter);