X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Froundoptions.h;h=ce4995240cf5fb6d89ac7e20035a8a06659208a3;hb=d774c2655ba2c3657a565f325411144452392277;hp=f261c83d3c521dfd9a9d1c329cd2e67ee33952c9;hpb=95a6dd28327cbd80f9221b1457e7edd4e7230169;p=architektonas diff --git a/src/forms/roundoptions.h b/src/forms/roundoptions.h index f261c83..ce49952 100644 --- a/src/forms/roundoptions.h +++ b/src/forms/roundoptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionInterface; -class RS_ActionModifyRound; +class ActionInterface; +class ActionModifyRound; class RoundOptions: public QWidget { @@ -15,11 +15,11 @@ class RoundOptions: public QWidget ~RoundOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateData(); protected: - RS_ActionModifyRound * action; + ActionModifyRound * action; private: QCheckBox * cbTrim;