summaryrefslogtreecommitdiffstats
path: root/src/commands/edit/EraseCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/edit/EraseCommand.h')
-rw-r--r--src/commands/edit/EraseCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/EraseCommand.h b/src/commands/edit/EraseCommand.h
index a662640..e54139b 100644
--- a/src/commands/edit/EraseCommand.h
+++ b/src/commands/edit/EraseCommand.h
@@ -49,14 +49,14 @@ public:
static TQString getGlobalName() { return i18n("&Erase"); }
- virtual timeT getRelayoutEndTime();
+ virtual timeT getRetqlayoutEndTime();
protected:
virtual void modifySegment();
private:
EventSelection *m_selection;// only used on 1st execute (cf bruteForceRedo)
- timeT m_relayoutEndTime;
+ timeT m_retqlayoutEndTime;
};