diff -r 12b82dc0e8db -r 81668a704644 filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.cpp --- a/filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.cpp Thu Sep 30 16:33:59 2010 +0800 +++ b/filemanager/src/fmbkupenginewrapper/private/win32/fmbkupengine_p.cpp Mon Oct 18 09:44:31 2010 +0800 @@ -81,8 +81,8 @@ mError = FmErrNone; selection.clear(); - FmRestoreSettings& rstSettings( *( q->RestoreSettingsL() ) ); - rstSettings.GetSelectionL( selection ); + FmRestoreSettings& rstSettings( *( q->RestoreSettings() ) ); + rstSettings.GetSelection( selection ); QSettings settings("Nokia", "FileManager"); foreach( FmRestoreInfo restoreInfo, selection ) { switch( restoreInfo.content() ) @@ -135,11 +135,11 @@ } // -bool FmBkupEnginePrivate::StartRestoreL( QList drivesAndOperationList ) +bool FmBkupEnginePrivate::startRestore( QList drivesAndOperationList ) { selection.clear(); - FmRestoreSettings& rstSettings( *( q->RestoreSettingsL() ) ); - rstSettings.GetSelectionL( selection ); + FmRestoreSettings& rstSettings( *( q->RestoreSettings() ) ); + rstSettings.GetSelection( selection ); mError = mBkupThread->asyncRestore( drivesAndOperationList,selection ); return ( mError == FmErrNone );