X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Farcoptions.h;h=d6ddd6d1acc60b6c0bb82d3f98684a870b665374;hb=d774c2655ba2c3657a565f325411144452392277;hp=66f2edaa2293a1f452a3c552f12d87ca6cc37cb8;hpb=3f46c180da0806c9c263e6d87d0f1404632402da;p=architektonas diff --git a/src/forms/arcoptions.h b/src/forms/arcoptions.h index 66f2eda..d6ddd6d 100644 --- a/src/forms/arcoptions.h +++ b/src/forms/arcoptions.h @@ -4,8 +4,8 @@ //#include "ui_arcoptions.h" #include -class RS_ActionDrawArc; -class RS_ActionInterface; +class ActionDrawArc; +class ActionInterface; class ArcOptions: public QWidget { @@ -16,11 +16,11 @@ class ArcOptions: public QWidget ~ArcOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateDirection(bool); protected: - RS_ActionDrawArc * action; + ActionDrawArc * action; QRadioButton * rbPos; QRadioButton * rbNeg;