diff -r a76e86df7ccd -r 0e1e938beb1a videocollection/videocollectionwrapper/inc/videothumbnaildata.h --- a/videocollection/videocollectionwrapper/inc/videothumbnaildata.h Thu Sep 02 20:28:16 2010 +0300 +++ b/videocollection/videocollectionwrapper/inc/videothumbnaildata.h Fri Sep 17 08:30:05 2010 +0300 @@ -27,7 +27,7 @@ // FORWARD DECLARATIONS class VideoThumbnailDataPrivate; -class VideoSortFilterProxyModel; +class VideoProxyModelGeneric; // CLASS DECLARATIONS @@ -95,7 +95,7 @@ * @param fetchIndex index where to start the background thumbnail fetching. * */ - void startBackgroundFetching(VideoSortFilterProxyModel *model, int fetchIndex); + void startBackgroundFetching(VideoProxyModelGeneric *model, int fetchIndex); /** * Enables or disables thumbnail background fetching. Default is enabled.