X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fwidthbox.h;h=a08bb13a99c70ca9100c517864a4b93446306fc2;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=f7a9210fe00958449645684e21003f520ec072b1;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/widthbox.h b/src/widgets/widthbox.h index f7a9210..a08bb13 100644 --- a/src/widgets/widthbox.h +++ b/src/widgets/widthbox.h @@ -2,19 +2,19 @@ #define __WIDTHBOX_H__ #include -#include "rs.h" +#include "enums.h" /** * A combobox for choosing a line width. */ -class QG_WidthBox: public QComboBox +class WidthBox: public QComboBox { Q_OBJECT public: - QG_WidthBox(QWidget * parent = 0, const char * name = 0); - QG_WidthBox(bool showByLayer, bool showUnchanged, QWidget * parent = 0, const char * name = 0); - virtual ~QG_WidthBox(); + WidthBox(QWidget * parent = 0, const char * name = 0); + WidthBox(bool showByLayer, bool showUnchanged, QWidget * parent = 0, const char * name = 0); + virtual ~WidthBox(); void init(bool showByLayer, bool showUnchanged); RS2::LineWidth getWidth();