]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgattributes.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / dlgattributes.h
index 85de35c1cc51b7d4c6ff7faf7fee0727fc1402f7..7d3dffd8ed4f2276f6d77495195deb8c2e8436a8 100644 (file)
@@ -4,8 +4,8 @@
 #include "ui_dlgattributes.h"
 #include "pen.h"
 
-class RS_AttributesData;
-class RS_LayerList;
+class AttributesData;
+class LayerList;
 
 class DlgAttributes: public QDialog
 {
@@ -16,12 +16,12 @@ class DlgAttributes: public QDialog
                ~DlgAttributes();
 
        public slots:
-               void setData(RS_AttributesData * data, RS_LayerList & layerList);
+               void setData(AttributesData * data, LayerList & layerList);
                void updateData();
 
        private:
-               RS_Pen pen;
-               RS_AttributesData * data;
+               Pen pen;
+               AttributesData * data;
 
        private:
                Ui::DlgAttributes ui;