]> git.sesse.net Git - kdenlive/blobdiff - src/commands/editeffectcommand.cpp
Use KLocalizedString (for i18n only, in kf5 it will necessary => use a script for...
[kdenlive] / src / commands / editeffectcommand.cpp
index 3fb2a33d104b0dacf1f4d1008dd0b0f789614491..e6ab0a35fcbae8ff0bb21549f81900063635d5fc 100644 (file)
@@ -21,7 +21,7 @@
 #include "editeffectcommand.h"
 #include "customtrackview.h"
 #include <KDebug>
-#include <KLocale>
+#include <KLocalizedString>
 
 EditEffectCommand::EditEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QDomElement &oldeffect, const QDomElement &effect, int stackPos, bool refreshEffectStack, bool doIt, QUndoCommand *parent) :
     QUndoCommand(parent),