diff options
Diffstat (limited to 'src/commands/edit/EventQuantizeCommand.h')
-rw-r--r-- | src/commands/edit/EventQuantizeCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/EventQuantizeCommand.h b/src/commands/edit/EventQuantizeCommand.h index 09ae1a7..0423ed5 100644 --- a/src/commands/edit/EventQuantizeCommand.h +++ b/src/commands/edit/EventQuantizeCommand.h @@ -58,14 +58,14 @@ public: EventQuantizeCommand(EventSelection &selection, Quantizer *); - /// Constructs own quantizer based on KConfig data in given group + /// Constructs own quantizer based on TDEConfig data in given group EventQuantizeCommand(Segment &segment, timeT startTime, timeT endTime, TQString configGroup, bool notationDefault); - /// Constructs own quantizer based on KConfig data in given group + /// Constructs own quantizer based on TDEConfig data in given group EventQuantizeCommand(EventSelection &selection, TQString configGroup, bool notationDefault); |