X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Finsertoptions.cpp;h=9e30e116cedad2f66363541b6bd6b46757b90573;hb=d774c2655ba2c3657a565f325411144452392277;hp=f1f61724d941e152a74ef4a23a0cff7e4e710067;hpb=05a1d5fa057f4f45bc1f9903f1bdc0be2f10e3bf;p=architektonas diff --git a/src/forms/insertoptions.cpp b/src/forms/insertoptions.cpp index f1f6172..9e30e11 100644 --- a/src/forms/insertoptions.cpp +++ b/src/forms/insertoptions.cpp @@ -14,7 +14,7 @@ #include "insertoptions.h" -#include "rs_actionblocksinsert.h" +#include "actionblocksinsert.h" #include "settings.h" InsertOptions::InsertOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -78,11 +78,11 @@ InsertOptions::~InsertOptions() settings.endGroup(); } -void InsertOptions::setAction(RS_ActionInterface * a, bool update) +void InsertOptions::setAction(ActionInterface * a, bool update) { if (a != NULL && a->rtti() == RS2::ActionBlocksInsert) { - action = (RS_ActionBlocksInsert *)a; + action = (ActionBlocksInsert *)a; QString sAngle; QString sFactor;