]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/linetypebox.h
Partially fixed thumbnail rendering on Library Browser.
[architektonas] / src / widgets / linetypebox.h
index e00ce0c208a3b3543d0a91576621b6325fac45e9..a56910bf2ae4ff0722c91ca98c1f83c5db4d4ca2 100644 (file)
@@ -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();