diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:35 -0600 |
commit | 6ca08e7a881c0c97f338e0085f75af04ec08ad04 (patch) | |
tree | 5462bef0f060df1c19e3fcb98250e5cfa24edc11 /src/base/Segment.h | |
parent | 4faf11eccc5f08d2aa0540157d6eff80b7cdb02a (diff) | |
download | rosegarden-6ca08e7a881c0c97f338e0085f75af04ec08ad04.tar.gz rosegarden-6ca08e7a881c0c97f338e0085f75af04ec08ad04.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 4faf11eccc5f08d2aa0540157d6eff80b7cdb02a.
Diffstat (limited to 'src/base/Segment.h')
-rw-r--r-- | src/base/Segment.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/base/Segment.h b/src/base/Segment.h index be2981b..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); @@ -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; |