diff -r d08a2bd7f23a -r 0bc0ea26031e photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp --- a/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp Sun Mar 28 16:36:22 2010 +0100 +++ b/photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp Tue Apr 06 17:25:48 2010 +0100 @@ -105,7 +105,7 @@ // Start the timer with the appropriate values for the event iTimer->Start( interval, interval, - TShwCallBack< CShwTimerControl, SendTimerBeatL >( this ) ); + TShwCallBack< CShwTimerControl, &CShwTimerControl::SendTimerBeatL >( this ) ); } // was it start pause else if ( dynamic_cast( aEvent ) )