X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondrawlineparallel.cpp;h=2ca3285e4318f9e3077e0891fa081ee7b6971194;hb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;hp=5ed49a9a692ca475310e8e4aaacb5634f3f1b350;hpb=c83e6faecff94289ccb93609596f125f00c85b41;p=architektonas diff --git a/src/actions/actiondrawlineparallel.cpp b/src/actions/actiondrawlineparallel.cpp index 5ed49a9..2ca3285 100644 --- a/src/actions/actiondrawlineparallel.cpp +++ b/src/actions/actiondrawlineparallel.cpp @@ -18,13 +18,13 @@ #include "actiondrawlineparallel.h" #include "actiondrawlineparallelthrough.h" -#include "rs_commandevent.h" +#include "commandevent.h" #include "commands.h" -#include "rs_creation.h" -#include "rs_debug.h" -#include "rs_dialogfactory.h" +#include "creation.h" +#include "debug.h" +#include "dialogfactory.h" #include "graphicview.h" -#include "rs_preview.h" +#include "preview.h" ActionDrawLineParallel::ActionDrawLineParallel(RS_EntityContainer & container, GraphicView & graphicView):