]> git.sesse.net Git - kdenlive/blobdiff - src/smallruler.cpp
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / smallruler.cpp
index 8505e2fff59ba633f24da645899a1395a07db554..d5b99032b95fa3b8b4cb6461491193260fde748a 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <KDebug>
 #include <KColorScheme>
-#include <KLocale>
+#include <KLocalizedString>
 
 #include <QMouseEvent>
 #include <QStylePainter>
@@ -114,7 +114,7 @@ void SmallRuler::setMarkers(const QList<CommentedTime> &list)
     updatePixmap();
 }
 
-QPoint SmallRuler::zone()
+QPoint SmallRuler::zone() const
 {
     return QPoint(m_zoneStart, m_zoneEnd);
 }