]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgattributes.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / dlgattributes.cpp
index 322ae48fba1424d33511865a7dd19031a31cd957..bb47b865d450db44d7f83fc781ebac025ce80fda 100644 (file)
@@ -30,7 +30,7 @@ DlgAttributes::~DlgAttributes()
 {
 }
 
-void DlgAttributes::setData(RS_AttributesData * data, RS_LayerList & layerList)
+void DlgAttributes::setData(AttributesData * data, LayerList & layerList)
 {
        this->data = data;
 
@@ -42,7 +42,7 @@ void DlgAttributes::setData(RS_AttributesData * data, RS_LayerList & layerList)
        ui.cbLayer->init(layerList, false, true);
        //}
        //cbLayer->setLayer(data->layer);
-       //RS_Layer* lay = line->getLayer(false);
+       //Layer* lay = line->getLayer(false);
        //if (lay!=NULL) {
        //    cbLayer->setLayer(*lay);
        //}