diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp --- a/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp Wed Apr 14 15:57:24 2010 +0300 +++ b/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp Tue Apr 27 16:37:53 2010 +0300 @@ -104,8 +104,8 @@ "CShwTimerControl::NotifyL - TShwEventStartView %d", interval ); // Start the timer with the appropriate values for the event - iTimer->Start( interval, interval, - TShwCallBack< CShwTimerControl, SendTimerBeatL >( this ) ); + iTimer->Start(interval, interval, TShwCallBack (this)); } // was it start pause else if ( dynamic_cast( aEvent ) )