]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dimlinearoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / dimlinearoptions.h
index e4e74ba4273d599b7c3fb809947115d07aedb5ee..debef0002742aaf4e7d8cc4ae0e950f26cf8bb45 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDimLinear;
-class RS_ActionInterface;
+class ActionDimLinear;
+class ActionInterface;
 
 class DimLinearOptions: public QWidget
 {
@@ -15,13 +15,13 @@ class DimLinearOptions: public QWidget
                ~DimLinearOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateAngle(const QString & a);
                void setHor();
                void setVer();
 
        protected:
-               RS_ActionDimLinear * action;
+               ActionDimLinear * action;
 
        private:
                QLabel * lAngle;