]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addmarkercommand.cpp
Use KLocalizedString (for i18n only, in kf5 it will necessary => use a script for...
[kdenlive] / src / commands / addmarkercommand.cpp
index 46a7d9c17364f344a7d0b793d88e66be02d742b7..5070ca6a7d245087d75a552cdb64daa26afebb83 100644 (file)
@@ -19,7 +19,7 @@
 #include "addmarkercommand.h"
 #include "customtrackview.h"
 
-#include <KLocale>
+#include <KLocalizedString>
 
 AddMarkerCommand::AddMarkerCommand(CustomTrackView *view, const CommentedTime &oldMarker, const CommentedTime &newMarker, const QString &id, QUndoCommand * parent) :
         QUndoCommand(parent),