diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:44:27 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:44:27 -0500 |
| commit | 4a9d4beee6be253aff4f6d3c8fca4225b14e66cb (patch) | |
| tree | cf98aea505b9daac7096c830ffc0397f168e5e0f /src/sequencer/main.cpp | |
| parent | 83a1c06d5545f2d076a75fd92a74b8d19c13e9a0 (diff) | |
| download | rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.tar.gz rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.zip | |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/sequencer/main.cpp')
| -rw-r--r-- | src/sequencer/main.cpp | 2 |
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; |
