X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineparalleloptions.cpp;h=5879357630e81bf3acae69b670263ee5d842e541;hb=d774c2655ba2c3657a565f325411144452392277;hp=f55bf966a0ea69aee70abf969e49cb7bb0831011;hpb=468780dd17f8b0ebb35427a9fc43491721d44d69;p=architektonas diff --git a/src/forms/lineparalleloptions.cpp b/src/forms/lineparalleloptions.cpp index f55bf96..5879357 100644 --- a/src/forms/lineparalleloptions.cpp +++ b/src/forms/lineparalleloptions.cpp @@ -14,7 +14,7 @@ #include "lineparalleloptions.h" -#include "rs_actiondrawlineparallel.h" +#include "actiondrawlineparallel.h" #include "settings.h" LineParallelOptions::LineParallelOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -51,11 +51,11 @@ LineParallelOptions::~LineParallelOptions() settings.endGroup(); } -void LineParallelOptions::setAction(RS_ActionInterface * a, bool update) +void LineParallelOptions::setAction(ActionInterface * a, bool update) { if (a != NULL && a->rtti() == RS2::ActionDrawLineParallel) { - action = (RS_ActionDrawLineParallel *)a; + action = (ActionDrawLineParallel *)a; QString sd; QString sn;