X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Flinetypebox.h;h=ffc2c4d7f540c7007ed8880ad078da268564074f;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=e00ce0c208a3b3543d0a91576621b6325fac45e9;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/linetypebox.h b/src/widgets/linetypebox.h index e00ce0c..ffc2c4d 100644 --- a/src/widgets/linetypebox.h +++ b/src/widgets/linetypebox.h @@ -2,19 +2,19 @@ #define __LINETYPEBOX_H__ #include -#include "rs.h" +#include "enums.h" /** * A combobox for choosing a line type. */ -class QG_LineTypeBox: public QComboBox +class LineTypeBox: public QComboBox { Q_OBJECT public: - QG_LineTypeBox(QWidget * parent = 0, const char * name = 0); - QG_LineTypeBox(bool showByLayer, bool showUnchanged, QWidget * parent = 0, const char * name = 0); - virtual ~QG_LineTypeBox(); + LineTypeBox(QWidget * parent = 0, const char * name = 0); + LineTypeBox(bool showByLayer, bool showUnchanged, QWidget * parent = 0, const char * name = 0); + virtual ~LineTypeBox(); void init(bool showByLayer, bool showUnchanged); RS2::LineType getLineType();