]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/moverotateoptions.h
In the middle of major refactoring...
[architektonas] / src / forms / moverotateoptions.h
index e26dfd16dbd42192aaab684e1100eaab76f2592b..82c868b7baa3437cf92fc06c688b25abd69903b7 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <QtGui>
 
-class RS_ActionInterface;
-class RS_ActionModifyMoveRotate;
+class ActionInterface;
+class ActionModifyMoveRotate;
 
 class MoveRotateOptions: public QWidget
 {
@@ -15,11 +15,11 @@ class MoveRotateOptions: public QWidget
                ~MoveRotateOptions();
 
        public slots:
-               void setAction(RS_ActionInterface * a, bool update);
+               void setAction(ActionInterface * a, bool update);
                void updateAngle(const QString & a);
 
        protected:
-               RS_ActionModifyMoveRotate * action;
+               ActionModifyMoveRotate * action;
 
        private:
                QLabel * lAngle;