]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.cpp
mediactrl: update address of GPL foundation
[kdenlive] / src / keyframeedit.cpp
index 659199dd517b88f9349cdc8f81e08fb9ce9f532b..a7e157ffe86aa8ea0d4176135f1deba95b3a3f20 100644 (file)
@@ -16,7 +16,7 @@
  ***************************************************************************/
 
 #include "keyframeedit.h"
-#include "doubleparameterwidget.h"
+#include "widgets/doubleparameterwidget.h"
 #include "positionedit.h"
 #include "kdenlivesettings.h"
 
@@ -99,7 +99,7 @@ KeyframeEdit::~KeyframeEdit()
     }
 }
 
-void KeyframeEdit::addParameter(QDomElement e, int activeKeyframe)
+void KeyframeEdit::addParameter(const QDomElement &e, int activeKeyframe)
 {
     keyframe_list->blockSignals(true);
     m_params.append(e.cloneNode().toElement());