X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Flinetypebox.h;h=a56910bf2ae4ff0722c91ca98c1f83c5db4d4ca2;hb=1f0d096a7fc370ff02477f3860beae2669bf8903;hp=e00ce0c208a3b3543d0a91576621b6325fac45e9;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/linetypebox.h b/src/widgets/linetypebox.h index e00ce0c..a56910b 100644 --- a/src/widgets/linetypebox.h +++ b/src/widgets/linetypebox.h @@ -7,14 +7,14 @@ /** * 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();