]> git.sesse.net Git - kdenlive/blobdiff - src/commands/movegroupcommand.cpp
Use KLocalizedString (for i18n only, in kf5 it will necessary => use a script for...
[kdenlive] / src / commands / movegroupcommand.cpp
index 651a602d052424527660b2d87286da8653f68aee..22de56dc12cffed2a51528f89c8ec39483b545e0 100644 (file)
@@ -21,7 +21,7 @@
 #include "movegroupcommand.h"
 #include "customtrackview.h"
 
-#include <KLocale>
+#include <KLocalizedString>
 
 MoveGroupCommand::MoveGroupCommand(CustomTrackView *view, const QList <ItemInfo> &startClip, const QList <ItemInfo> &startTransition, const GenTime &offset, const int trackOffset, bool doIt, QUndoCommand * parent) :
     QUndoCommand(parent),