diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:44:27 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:44:27 -0500 |
commit | 4a9d4beee6be253aff4f6d3c8fca4225b14e66cb (patch) | |
tree | cf98aea505b9daac7096c830ffc0397f168e5e0f /src/base/Quantizer.h | |
parent | 83a1c06d5545f2d076a75fd92a74b8d19c13e9a0 (diff) | |
download | rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.tar.gz rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/base/Quantizer.h')
-rw-r--r-- | src/base/Quantizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/Quantizer.h b/src/base/Quantizer.h index 035299c..407b651 100644 --- a/src/base/Quantizer.h +++ b/src/base/Quantizer.h @@ -19,8 +19,8 @@ COPYING included with this distribution for more information. */ -#ifndef TQUANTIZER_H -#define TQUANTIZER_H +#ifndef QUANTIZER_H +#define QUANTIZER_H #include "Segment.h" #include "Event.h" |