]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/arctangentialoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / arctangentialoptions.h
index 813116fbe35605b845234c8140cfa4ce6986fcec..7fbe7e6d0cad24f459a4c6d486f4fdac1aeb0ec7 100644 (file)
@@ -4,8 +4,8 @@
 //#include "ui_arctangentialoptions.h"
 #include <QtGui>
 
-class RS_ActionDrawArcTangential;
-class RS_ActionInterface;
+class ActionDrawArcTangential;
+class ActionInterface;
 
 class ArcTangentialOptions: public QWidget
 {
@@ -16,11 +16,11 @@ class ArcTangentialOptions: public QWidget
                ~ArcTangentialOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateRadius(const QString & s);
 
        protected:
-               RS_ActionDrawArcTangential * action;
+               ActionDrawArcTangential * action;
                QLabel * lRadius;
                QLineEdit * leRadius;
                QFrame * sep1;