]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgrotate.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / dlgrotate.h
index ebc74682fe4166c7d8f1d200926346ddf9e1ca08..f4d96471a787c9b90c05b0a1d2e0b7b4d6fea868 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "ui_dlgrotate.h"
 
-class RS_RotateData;
+class RotateData;
 
 class DlgRotate: public QDialog
 {
@@ -14,7 +14,7 @@ class DlgRotate: public QDialog
                ~DlgRotate();
 
        public slots:
-               void setData(RS_RotateData * d);
+               void setData(RotateData * d);
                void updateData();
 
        private:
@@ -22,7 +22,7 @@ class DlgRotate: public QDialog
                bool useCurrentLayer;
                int numberMode;
                QString copies;
-               RS_RotateData * data;
+               RotateData * data;
                QString angle;
 
        private: