]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveeffectcommand.cpp
Use KLocalizedString (for i18n only, in kf5 it will necessary => use a script for...
[kdenlive] / src / commands / moveeffectcommand.cpp
index 50d49e491517c367b591ca6342622e5495740a65..4d34cd0eadf5a5d2dbfd9511f4e2a1653ec0f617 100644 (file)
@@ -21,7 +21,7 @@
 #include "moveeffectcommand.h"
 #include "customtrackview.h"
 
-#include <KLocale>
+#include <KLocalizedString>
 #include <KDebug>
 
 MoveEffectCommand::MoveEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QList<int> &oldPos, int newPos, QUndoCommand * parent) :