diff options
Diffstat (limited to 'src/commands/edit/PasteEventsCommand.h')
-rw-r--r-- | src/commands/edit/PasteEventsCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/edit/PasteEventsCommand.h b/src/commands/edit/PasteEventsCommand.h index 66aea6d..2817d84 100644 --- a/src/commands/edit/PasteEventsCommand.h +++ b/src/commands/edit/PasteEventsCommand.h @@ -60,7 +60,7 @@ public: static PasteTypeMap getPasteTypes(); // type, descrip /** - * Construct a Paste command from a clipboard that already contains + * Construct a Paste command from a clipboard that already tqcontains * the events to be pasted. */ PasteEventsCommand(Segment &segment, @@ -92,14 +92,14 @@ public: /// Determine whether this paste will succeed (without executing it yet) bool isPossible(); - virtual timeT getRelayoutEndTime(); + virtual timeT getRetqlayoutEndTime(); protected: virtual void modifySegment(); timeT getEffectiveEndTime(Segment &, Clipboard *, timeT); - timeT m_relayoutEndTime; + timeT m_retqlayoutEndTime; Clipboard *m_clipboard; PasteType m_pasteType; EventSelection m_pastedEvents; |