]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/widthbox.h
Fixed hatch dialog, added snap/preview to circle tools.
[architektonas] / src / widgets / widthbox.h
index f7a9210fe00958449645684e21003f520ec072b1..a08bb13a99c70ca9100c517864a4b93446306fc2 100644 (file)
@@ -2,19 +2,19 @@
 #define __WIDTHBOX_H__
 
 #include <QtGui>
-#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();