]> git.sesse.net Git - kdenlive/blobdiff - src/commands/changespeedcommand.cpp
Use KLocalizedString (for i18n only, in kf5 it will necessary => use a script for...
[kdenlive] / src / commands / changespeedcommand.cpp
index 67399a91e21920aafdd066f4caca69f5453e7e95..7ada3e066da1ad83f1fccfdc5cda6295016786bf 100644 (file)
@@ -21,7 +21,7 @@
 #include "changespeedcommand.h"
 #include "customtrackview.h"
 
-#include <KLocale>
+#include <KLocalizedString>
 
 ChangeSpeedCommand::ChangeSpeedCommand(CustomTrackView *view, const ItemInfo &info, const ItemInfo &speedIndependantInfo, double old_speed, double new_speed, int old_strobe, int new_strobe, const QString &clipId, QUndoCommand * parent) :
         QUndoCommand(parent),