X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.cpp;h=eef4da490b172a6017a3add22bd29c281ada6b58;hb=e0a70e0428309070f6ed2716beaeaaba05edd3b5;hp=ce63215e13db5b75d00b1c222f92a5a896ee3b0f;hpb=6363960471c6299e51caba3ee5a8cf6e480def58;p=kdenlive diff --git a/src/projectlist.cpp b/src/projectlist.cpp index ce63215e..eef4da49 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -19,7 +19,7 @@ #include "projectlist.h" #include "projectitem.h" -#include "addfoldercommand.h" +#include "commands/addfoldercommand.h" #include "kdenlivesettings.h" #include "slideshowclip.h" #include "ui_colorclip_ui.h" @@ -33,10 +33,10 @@ #include "projectlistview.h" #include "timecodedisplay.h" #include "profilesdialog.h" -#include "editclipcommand.h" -#include "editclipcutcommand.h" -#include "editfoldercommand.h" -#include "addclipcutcommand.h" +#include "commands/editclipcommand.h" +#include "commands/editclipcutcommand.h" +#include "commands/editfoldercommand.h" +#include "commands/addclipcutcommand.h" #include "ui_templateclip_ui.h"