]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linebisectoroptions.h
In the middle of major refactoring...
[architektonas] / src / forms / linebisectoroptions.h
index ad643472fc6f854b9446cc43d7655aa4068e648d..303a0edb735cfa9f43b559fff4cdd2b6626249dc 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionDrawLineBisector;
-class RS_ActionInterface;
+class ActionDrawLineBisector;
+class ActionInterface;
 
 class LineBisectorOptions: public QWidget
 {
@@ -15,12 +15,12 @@ class LineBisectorOptions: public QWidget
                ~LineBisectorOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateLength(const QString & l);
                void updateNumber(int n);
 
        protected:
-               RS_ActionDrawLineBisector * action;
+               ActionDrawLineBisector * action;
 
        private:
                QLabel * lLength;