X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flineparallelthroughoptions.h;h=506453bb49af8ab7c98d8b7b339dfb2dddcf1bb5;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=925cd3dae8b06ac23d033b9b9eb212cabb46d05a;hpb=95a6dd28327cbd80f9221b1457e7edd4e7230169;p=architektonas diff --git a/src/forms/lineparallelthroughoptions.h b/src/forms/lineparallelthroughoptions.h index 925cd3d..506453b 100644 --- a/src/forms/lineparallelthroughoptions.h +++ b/src/forms/lineparallelthroughoptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionDrawLineParallelThrough; -class RS_ActionInterface; +class ActionDrawLineParallelThrough; +class ActionInterface; class LineParallelThroughOptions: public QWidget { @@ -15,11 +15,11 @@ class LineParallelThroughOptions: public QWidget ~LineParallelThroughOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateNumber(int n); protected: - RS_ActionDrawLineParallelThrough * action; + ActionDrawLineParallelThrough * action; private: QLabel * lNumber;