]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/lineangleoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / lineangleoptions.h
index a7b0978385801db39d8ec221aad71d205c74612b..67c76dca5b6e7ffacdc9020299b904f1494d6c44 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDrawLineAngle;
-class RS_ActionInterface;
+class ActionDrawLineAngle;
+class ActionInterface;
 
 class LineAngleOptions: public QWidget
 {
@@ -15,13 +15,13 @@ class LineAngleOptions: public QWidget
                ~LineAngleOptions();
 
        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);
                void updateSnapPoint(int sp);
 
        protected:
-               RS_ActionDrawLineAngle * action;
+               ActionDrawLineAngle * action;
 
        private:
                QLabel * lAngle;