X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_dialogfactoryinterface.h;h=9df40defc0e17d344b722fc2bd04bc113f7283b6;hb=d774c2655ba2c3657a565f325411144452392277;hp=2ea60114f996c6a462483448e365624aa3b27f03;hpb=27d4a138d23453e93a833e9347444b828a971cb4;p=architektonas diff --git a/src/base/rs_dialogfactoryinterface.h b/src/base/rs_dialogfactoryinterface.h index 2ea6011..9df40de 100644 --- a/src/base/rs_dialogfactoryinterface.h +++ b/src/base/rs_dialogfactoryinterface.h @@ -4,7 +4,7 @@ #include #include "rs.h" -class RS_ActionInterface; +class ActionInterface; class RS_ArcData; class RS_AttributesData; class RS_BevelData; @@ -195,7 +195,7 @@ public: * @param update true: widget gets data from the action, false: * widget gets data from config file. */ - virtual void requestOptions(RS_ActionInterface * action, bool on, bool update = false) = 0; + virtual void requestOptions(ActionInterface * action, bool on, bool update = false) = 0; /** * This virtual method must be overwritten and must present @@ -286,7 +286,7 @@ public: * * @param nextAction ID of next action to create after selecting was done. */ - virtual void requestToolBarSelect(RS_ActionInterface * selectAction, RS2::ActionType nextAction) = 0; + virtual void requestToolBarSelect(ActionInterface * selectAction, RS2::ActionType nextAction) = 0; /** * This virtual method must be overwritten and must present