]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/lineparallelthroughoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / lineparallelthroughoptions.h
index 925cd3dae8b06ac23d033b9b9eb212cabb46d05a..506453bb49af8ab7c98d8b7b339dfb2dddcf1bb5 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDrawLineParallelThrough;
-class RS_ActionInterface;
+class ActionDrawLineParallelThrough;
+class ActionInterface;
 
 class LineParallelThroughOptions: public QWidget
 {
@@ -15,11 +15,11 @@ class LineParallelThroughOptions: public QWidget
                ~LineParallelThroughOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateNumber(int n);
 
        protected:
-               RS_ActionDrawLineParallelThrough * action;
+               ActionDrawLineParallelThrough * action;
 
        private:
                QLabel * lNumber;