]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linepolygonoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / linepolygonoptions.h
index 8a0672b9896fd2917032a35b118fa3d12804204d..59600cdb19578c5d7e9eed71e6c6fcb453f3593a 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDrawLinePolygon;
-class RS_ActionInterface;
+class ActionDrawLinePolygon;
+class ActionInterface;
 
 class LinePolygonOptions: public QWidget
 {
@@ -15,11 +15,11 @@ class LinePolygonOptions: public QWidget
                ~LinePolygonOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateNumber(int n);
 
        protected:
-               RS_ActionDrawLinePolygon * action;
+               ActionDrawLinePolygon * action;
 
        private:
                QLabel * lNumber;