X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fwidgetpen.h;h=27474ddecaad61aa55a373c36b2bd6ae4c72d3e7;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=e6757a64031b34704be306d30d078fd0cc699e1f;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/forms/widgetpen.h b/src/forms/widgetpen.h index e6757a6..27474dd 100644 --- a/src/forms/widgetpen.h +++ b/src/forms/widgetpen.h @@ -2,7 +2,7 @@ #define __WIDGETPEN_H__ #include "ui_widgetpen.h" -#include "rs_pen.h" +#include "pen.h" class WidgetPen: public QWidget { @@ -17,8 +17,8 @@ class WidgetPen: public QWidget bool isWidthUnchanged(); public slots: - void setPen(RS_Pen pen, bool showByLayer, bool showUnchanged, const QString & title); - RS_Pen getPen(); + void setPen(Pen pen, bool showByLayer, bool showUnchanged, const QString & title); + Pen getPen(); private: Ui::WidgetPen ui;