]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/linetypebox.h
Phase two of adding polyline functionality...
[architektonas] / src / widgets / linetypebox.h
index e00ce0c208a3b3543d0a91576621b6325fac45e9..ffc2c4d7f540c7007ed8880ad078da268564074f 100644 (file)
@@ -2,19 +2,19 @@
 #define __LINETYPEBOX_H__
 
 #include <QtGui>
-#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();