]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/arcoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / arcoptions.h
index 66f2edaa2293a1f452a3c552f12d87ca6cc37cb8..d6ddd6d1acc60b6c0bb82d3f98684a870b665374 100644 (file)
@@ -4,8 +4,8 @@
 //#include "ui_arcoptions.h"
 #include <QtGui>
 
-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;