fix bug in aligning with fits file
A recent bug stops the Scheduler from using fits files to align. This fixes.
d368ebcf calls QFileInfo with a filename string that includes "file://" which won't work. Adding QUrl::PreferLocalFile to the call to getFITSFile() removes this.