]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linerelangleoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / linerelangleoptions.h
index 7623de69558ab2100758645bc6de62ef94134025..dfece2793b89ee7c3f80bb43f05785374806e011 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDrawLineRelAngle;
-class RS_ActionInterface;
+class ActionDrawLineRelAngle;
+class ActionInterface;
 
 class LineRelAngleOptions: public QWidget
 {
@@ -15,12 +15,12 @@ class LineRelAngleOptions: public QWidget
                ~LineRelAngleOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateAngle(const QString & a);
                void updateLength(const QString & l);
 
        protected:
-               RS_ActionDrawLineRelAngle * action;
+               ActionDrawLineRelAngle * action;
 
        private:
                QLabel * lAngle;