]> git.sesse.net Git - kdenlive/blobdiff - src/timecode.cpp
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / timecode.cpp
index 08d524d13b274eabfa2bc52c8a39eb8e91b2a13d..d36b0f2148a0c32f2914fe01a54cb605d9bf9e22 100644 (file)
@@ -82,7 +82,7 @@ return frameNumber;
 
 
 #include <KDebug>
-#include <KLocale>
+#include <KLocalizedString>
 
 #include "timecode.h"
 
@@ -117,7 +117,7 @@ bool Timecode::df() const
     return m_dropFrameTimecode;
 }
 
-const QString Timecode::mask(GenTime t) const
+const QString Timecode::mask(const GenTime& t) const
 {
     if (t < GenTime()) {
         if (m_dropFrameTimecode) return "#99:99:99,99";