X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flinepolygonoptions.h;h=59600cdb19578c5d7e9eed71e6c6fcb453f3593a;hb=d774c2655ba2c3657a565f325411144452392277;hp=8a0672b9896fd2917032a35b118fa3d12804204d;hpb=95a6dd28327cbd80f9221b1457e7edd4e7230169;p=architektonas diff --git a/src/forms/linepolygonoptions.h b/src/forms/linepolygonoptions.h index 8a0672b..59600cd 100644 --- a/src/forms/linepolygonoptions.h +++ b/src/forms/linepolygonoptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionDrawLinePolygon; -class RS_ActionInterface; +class ActionDrawLinePolygon; +class ActionInterface; class LinePolygonOptions: public QWidget { @@ -15,11 +15,11 @@ class LinePolygonOptions: public QWidget ~LinePolygonOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateNumber(int n); protected: - RS_ActionDrawLinePolygon * action; + ActionDrawLinePolygon * action; private: QLabel * lNumber;