X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Finsertoptions.h;h=6d80642deb677676abd7f25a6b5d24d692d93ee4;hb=d774c2655ba2c3657a565f325411144452392277;hp=522046abe2b17eb2dbb53a07d41000bc1f0f834e;hpb=468780dd17f8b0ebb35427a9fc43491721d44d69;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;