]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linepolygon2options.h
Phase two of adding polyline functionality...
[architektonas] / src / forms / linepolygon2options.h
index 968ced2ff5ec8691cf758ae02693515205244049..f9f4fa0b9f62194836e0fb5d96d0af266e003757 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDrawLinePolygon2;
-class RS_ActionInterface;
+class ActionDrawLinePolygon2;
+class ActionInterface;
 
 class LinePolygon2Options: public QWidget
 {
@@ -15,11 +15,11 @@ class LinePolygon2Options: public QWidget
                ~LinePolygon2Options();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateNumber(int n);
 
        protected:
-               RS_ActionDrawLinePolygon2 * action;
+               ActionDrawLinePolygon2 * action;
 
        private:
                QLabel * lNumber;