]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/textoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / textoptions.h
index c701fd56eb2b53de65d5b9b46dde4d684552b885..fd845140031f1f2710973aeb98322b0b9e7aada6 100644 (file)
@@ -3,8 +3,8 @@
 
 #include "ui_textoptions.h"
 
-class RS_ActionInterface;
-class RS_ActionDrawText;
+class ActionInterface;
+class ActionDrawText;
 class QToolBar;
 
 class TextOptions: public QWidget
@@ -16,12 +16,12 @@ class TextOptions: public QWidget
                ~TextOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateText();
                void updateAngle();
 
        protected:
-               RS_ActionDrawText * action;
+               ActionDrawText * action;
 
        private:
                Ui::TextOptions ui;