]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.cpp
use const'ref
[kdenlive] / src / geometryval.cpp
index f28cb1b54d24a64800387ed64b552c48bb237242..2c52f685779f5ebdea333507bb47eaa163c5b95e 100644 (file)
@@ -419,7 +419,7 @@ void Geometryval::setupParam(const QDomElement par, int minFrame, int maxFrame)
     slotUpdateGeometry();
     if (!m_fixedMode) {
         m_timePos.setRange(0, maxFrame - minFrame - 1);
-        connect(&m_timePos, SIGNAL(editingFinished()), this , SLOT(slotPositionChanged()));
+        connect(&m_timePos, SIGNAL(timeCodeEditingFinished()), this , SLOT(slotPositionChanged()));
     }
     connect(spinTransp, SIGNAL(valueChanged(int)), this , SLOT(slotTransparencyChanged(int)));
 }