summaryrefslogtreecommitdiff
path: root/src/audioextractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audioextractor.h')
-rw-r--r--src/audioextractor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audioextractor.h b/src/audioextractor.h
index 134c582..aa85d98 100644
--- a/src/audioextractor.h
+++ b/src/audioextractor.h
@@ -32,7 +32,7 @@
#include <QString>
#include <QVector>
-#include "selection.h"
+#include "range.h"
#include "samplesorter.h"
class Instrument;
@@ -45,7 +45,7 @@ public:
AudioExtractor(Instrument& instrument, QObject* parent);
public slots:
- bool exportSelections();
+ bool exportRanges();
signals:
void progressUpdate(int value);