summaryrefslogtreecommitdiffstats
path: root/src/base/Segment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/Segment.h')
-rw-r--r--src/base/Segment.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/base/Segment.h b/src/base/Segment.h
index 564d118..ac6e092 100644
--- a/src/base/Segment.h
+++ b/src/base/Segment.h
@@ -37,10 +37,10 @@
namespace Rosegarden
{
-class SegmentRefreshStatus : public RefreshStatus
+class SegmentRefreshtqStatus : public RefreshtqStatus
{
public:
- SegmentRefreshStatus() : m_from(0), m_to(0) {}
+ SegmentRefreshtqStatus() : m_from(0), m_to(0) {}
void push(timeT from, timeT to);
@@ -283,7 +283,7 @@ public:
//////
//
- // QUANTIZATION
+ // TQUANTIZATION
/**
* Switch quantization on or off.
@@ -616,8 +616,8 @@ public:
return m_refreshStatusArray.getNewRefreshStatusId();
}
- SegmentRefreshStatus &getRefreshStatus(unsigned int id) {
- return m_refreshStatusArray.getRefreshStatus(id);
+ SegmentRefreshtqStatus &getRefreshtqStatus(unsigned int id) {
+ return m_refreshStatusArray.getRefreshtqStatus(id);
}
void updateRefreshStatuses(timeT startTime, timeT endTime);
@@ -657,7 +657,7 @@ private:
int m_highestPlayable; // suggestion for highest playable note (notation)
int m_lowestPlayable; // suggestion for lowest playable note (notation)
- RefreshStatusArray<SegmentRefreshStatus> m_refreshStatusArray;
+ RefreshStatusArray<SegmentRefreshtqStatus> m_refreshStatusArray;
struct ClefKeyCmp {
bool operator()(const Event *e1, const Event *e2) const;