X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineparallelthroughoptions.cpp;h=b1f66eac96c0ef390f176ff4b91d15004c4e1c87;hb=d774c2655ba2c3657a565f325411144452392277;hp=d5f994e6e24e11bfcf3e12464e867a9a16a94fc7;hpb=468780dd17f8b0ebb35427a9fc43491721d44d69;p=architektonas diff --git a/src/forms/lineparallelthroughoptions.cpp b/src/forms/lineparallelthroughoptions.cpp index d5f994e..b1f66ea 100644 --- a/src/forms/lineparallelthroughoptions.cpp +++ b/src/forms/lineparallelthroughoptions.cpp @@ -14,7 +14,7 @@ #include "lineparallelthroughoptions.h" -#include "rs_actiondrawlineparallelthrough.h" +#include "actiondrawlineparallelthrough.h" #include "settings.h" LineParallelThroughOptions::LineParallelThroughOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -45,11 +45,11 @@ LineParallelThroughOptions::~LineParallelThroughOptions() settings.endGroup(); } -void LineParallelThroughOptions::setAction(RS_ActionInterface * a, bool update) +void LineParallelThroughOptions::setAction(ActionInterface * a, bool update) { if (a != NULL && a->rtti() == RS2::ActionDrawLineParallelThrough) { - action = (RS_ActionDrawLineParallelThrough *)a; + action = (ActionDrawLineParallelThrough *)a; QString sn;