X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Froundoptions.cpp;h=7f439b40a49baec874b29ac2d468e088b5a1888c;hb=d774c2655ba2c3657a565f325411144452392277;hp=8c72258ec23e9f0b3c555b54a331e393ba209c0f;hpb=468780dd17f8b0ebb35427a9fc43491721d44d69;p=architektonas diff --git a/src/forms/roundoptions.cpp b/src/forms/roundoptions.cpp index 8c72258..7f439b4 100644 --- a/src/forms/roundoptions.cpp +++ b/src/forms/roundoptions.cpp @@ -14,7 +14,7 @@ #include "roundoptions.h" -#include "rs_actionmodifyround.h" +#include "actionmodifyround.h" #include "settings.h" RoundOptions::RoundOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): @@ -53,11 +53,11 @@ RoundOptions::~RoundOptions() settings.endGroup(); } -void RoundOptions::setAction(RS_ActionInterface * a, bool update) +void RoundOptions::setAction(ActionInterface * a, bool update) { if (a != NULL && a->rtti() == RS2::ActionModifyRound) { - action = (RS_ActionModifyRound *)a; + action = (ActionModifyRound *)a; QString sr; bool st;