]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/lineparalleloptions.h
In the middle of major refactoring...
[architektonas] / src / forms / lineparalleloptions.h
index cac77f58cfdef51b01b3cb29ae26a13d7e6f5cdd..1b701fdffdb2825eb24984d45d562b7c9e1bb42d 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDrawLineParallel;
-class RS_ActionInterface;
+class ActionDrawLineParallel;
+class ActionInterface;
 
 class LineParallelOptions: public QWidget
 {
@@ -15,12 +15,12 @@ class LineParallelOptions: public QWidget
                ~LineParallelOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateDist(const QString & d);
                void updateNumber(int n);
 
        protected:
-               RS_ActionDrawLineParallel * action;
+               ActionDrawLineParallel * action;
 
        private:
                QLabel * lDist;