X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Finsertoptions.h;h=6d80642deb677676abd7f25a6b5d24d692d93ee4;hb=48105dec9198cf5a81dd9286010d0d45e28f70c3;hp=522046abe2b17eb2dbb53a07d41000bc1f0f834e;hpb=05a1d5fa057f4f45bc1f9903f1bdc0be2f10e3bf;p=architektonas diff --git a/src/forms/insertoptions.h b/src/forms/insertoptions.h index 522046a..6d80642 100644 --- a/src/forms/insertoptions.h +++ b/src/forms/insertoptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionBlocksInsert; -class RS_ActionInterface; +class ActionBlocksInsert; +class ActionInterface; class InsertOptions: public QWidget { @@ -15,11 +15,11 @@ class InsertOptions: public QWidget ~InsertOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateData(); protected: - RS_ActionBlocksInsert * action; + ActionBlocksInsert * action; private: QLabel * lAngle;