X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionselectlayer.cpp;h=e89f0bdcab14fb9aab9438793ec4898fc115404b;hb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;hp=04181561b38dee71e17cb25653030d908ea1357f;hpb=c83e6faecff94289ccb93609596f125f00c85b41;p=architektonas diff --git a/src/actions/actionselectlayer.cpp b/src/actions/actionselectlayer.cpp index 0418156..e89f0bd 100644 --- a/src/actions/actionselectlayer.cpp +++ b/src/actions/actionselectlayer.cpp @@ -16,10 +16,10 @@ #include "actionselectlayer.h" -#include "rs_debug.h" -#include "rs_dialogfactory.h" +#include "debug.h" +#include "dialogfactory.h" #include "graphicview.h" -#include "rs_selection.h" +#include "selection.h" ActionSelectLayer::ActionSelectLayer(RS_EntityContainer & container, GraphicView & graphicView): ActionInterface("Select Layers", container, graphicView)