X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineoptions.h;h=4a2046b002969212ba4bb9696f55d453300892db;hb=d774c2655ba2c3657a565f325411144452392277;hp=a1fab0c73c7be2d15cddab9e504395a9f615751e;hpb=05a1d5fa057f4f45bc1f9903f1bdc0be2f10e3bf;p=architektonas diff --git a/src/forms/lineoptions.h b/src/forms/lineoptions.h index a1fab0c..4a2046b 100644 --- a/src/forms/lineoptions.h +++ b/src/forms/lineoptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionDrawLine; -class RS_ActionInterface; +class ActionDrawLine; +class ActionInterface; class LineOptions: public QWidget { @@ -15,12 +15,12 @@ class LineOptions: public QWidget ~LineOptions(); public slots: - void setAction(RS_ActionInterface * a); + void setAction(ActionInterface * a); void close(); void undo(); protected: - RS_ActionDrawLine * action; + ActionDrawLine * action; private: QToolButton * bClose;