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=c701daeeb2d06c336bddeda5d2a0526d411b9836;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/forms/dlgattributes.h b/src/forms/dlgattributes.h index c701dae..7d3dffd 100644 --- a/src/forms/dlgattributes.h +++ b/src/forms/dlgattributes.h @@ -2,10 +2,10 @@ #define __DLGATTRIBUTES_H__ #include "ui_dlgattributes.h" -#include "rs_pen.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;