X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flinebisectoroptions.h;h=303a0edb735cfa9f43b559fff4cdd2b6626249dc;hb=d774c2655ba2c3657a565f325411144452392277;hp=ad643472fc6f854b9446cc43d7655aa4068e648d;hpb=95a6dd28327cbd80f9221b1457e7edd4e7230169;p=architektonas diff --git a/src/forms/linebisectoroptions.h b/src/forms/linebisectoroptions.h index ad64347..303a0ed 100644 --- a/src/forms/linebisectoroptions.h +++ b/src/forms/linebisectoroptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionDrawLineBisector; -class RS_ActionInterface; +class ActionDrawLineBisector; +class ActionInterface; class LineBisectorOptions: public QWidget { @@ -15,12 +15,12 @@ class LineBisectorOptions: public QWidget ~LineBisectorOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateLength(const QString & l); void updateNumber(int n); protected: - RS_ActionDrawLineBisector * action; + ActionDrawLineBisector * action; private: QLabel * lLength;