]> git.sesse.net Git - kdenlive/blobdiff - src/commands/editkeyframecommand.cpp
Use KLocalizedString (for i18n only, in kf5 it will necessary => use a script for...
[kdenlive] / src / commands / editkeyframecommand.cpp
index bf5de55d2a83b99823c8be309884ee67f0860406..87676bbf979cd2e216ea1e538456085e0a126b10 100644 (file)
@@ -19,7 +19,7 @@
 #include "editkeyframecommand.h"
 #include "customtrackview.h"
 
-#include <KLocale>
+#include <KLocalizedString>
 
 EditKeyFrameCommand::EditKeyFrameCommand(CustomTrackView *view, const int track, const GenTime &pos, const int effectIndex, const QString& oldkeyframes, const QString& newkeyframes, bool doIt) :
     QUndoCommand(),