]> git.sesse.net Git - kdenlive/blobdiff - src/commands/changeeffectstatecommand.cpp
Use KLocalizedString (for i18n only, in kf5 it will necessary => use a script for...
[kdenlive] / src / commands / changeeffectstatecommand.cpp
index adf7884aa4154a90e237c4573c157ea2e0a4c97e..2d1deff50c550061eeafaf49092b2e1d606b3cdd 100644 (file)
@@ -21,7 +21,7 @@
 #include "changeeffectstatecommand.h"
 #include "customtrackview.h"
 
-#include <KLocale>
+#include <KLocalizedString>
 
 ChangeEffectStateCommand::ChangeEffectStateCommand(CustomTrackView *view, const int track, const GenTime& pos, const QList <int>& effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent) :
     QUndoCommand(parent),