summaryrefslogtreecommitdiffstats
path: root/src/sequencer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sequencer/main.cpp')
-rw-r--r--src/sequencer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sequencer/main.cpp b/src/sequencer/main.cpp
index af3d9a3..dd97510 100644
--- a/src/sequencer/main.cpp
+++ b/src/sequencer/main.cpp
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
RealTime sleepTime = RealTime(0, 10000000);
- while (!_exiting && roseSeq && roseSeq->getStatus() != TQUIT) {
+ while (!_exiting && roseSeq && roseSeq->getStatus() != QUIT) {
bool atLeisure = true;