comparison data/fileio/AudioFileReader.h @ 317:c324d410b096

* RemoteFile -> FileSource now it's used all over the place for local files as well.
author Chris Cannam
date Thu, 18 Oct 2007 16:20:26 +0000
parents 3a6725f285d6
children 1d656dcda8ef
comparison
equal deleted inserted replaced
316:3a6725f285d6 317:c324d410b096
17 #define _AUDIO_FILE_READER_H_ 17 #define _AUDIO_FILE_READER_H_
18 18
19 #include <QString> 19 #include <QString>
20 #include "model/Model.h" // for SampleBlock 20 #include "model/Model.h" // for SampleBlock
21 21
22 #include "RemoteFile.h" 22 #include "FileSource.h"
23 23
24 class AudioFileReader : public QObject 24 class AudioFileReader : public QObject
25 { 25 {
26 Q_OBJECT 26 Q_OBJECT
27 27