X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flinepolygon2options.h;h=f9f4fa0b9f62194836e0fb5d96d0af266e003757;hb=d774c2655ba2c3657a565f325411144452392277;hp=968ced2ff5ec8691cf758ae02693515205244049;hpb=95a6dd28327cbd80f9221b1457e7edd4e7230169;p=architektonas diff --git a/src/forms/linepolygon2options.h b/src/forms/linepolygon2options.h index 968ced2..f9f4fa0 100644 --- a/src/forms/linepolygon2options.h +++ b/src/forms/linepolygon2options.h @@ -3,8 +3,8 @@ #include -class RS_ActionDrawLinePolygon2; -class RS_ActionInterface; +class ActionDrawLinePolygon2; +class ActionInterface; class LinePolygon2Options: public QWidget { @@ -15,11 +15,11 @@ class LinePolygon2Options: public QWidget ~LinePolygon2Options(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateNumber(int n); protected: - RS_ActionDrawLinePolygon2 * action; + ActionDrawLinePolygon2 * action; private: QLabel * lNumber;