]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/dlgattributes.h
Initial phase of adding polyline functionality. DOES NOT COMPILE.
[architektonas] / src / forms / dlgattributes.h
index c701daeeb2d06c336bddeda5d2a0526d411b9836..7d3dffd8ed4f2276f6d77495195deb8c2e8436a8 100644 (file)
@@ -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;