X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fforms%2Fdlgattributes.h;h=7d3dffd8ed4f2276f6d77495195deb8c2e8436a8;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=85de35c1cc51b7d4c6ff7faf7fee0727fc1402f7;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/forms/dlgattributes.h b/src/forms/dlgattributes.h index 85de35c..7d3dffd 100644 --- a/src/forms/dlgattributes.h +++ b/src/forms/dlgattributes.h @@ -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;