]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/colorbox.h
Partially fixed thumbnail rendering on Library Browser.
[architektonas] / src / widgets / colorbox.h
index a5e58b7fc19373aa1944b694fbaebaf38a2741a4..cbd9412183d8eaab4c6485031c98692b8f58dd46 100644 (file)
@@ -7,15 +7,15 @@
 /**
  * A combobox for choosing a color.
  */
-class QG_ColorBox: public QComboBox
+class ColorBox: public QComboBox
 {
        Q_OBJECT
 
        public:
-               QG_ColorBox(QWidget * parent = 0, const char * name = 0);
-               QG_ColorBox(bool showByLayer, bool showUnchanged,
+               ColorBox(QWidget * parent = 0, const char * name = 0);
+               ColorBox(bool showByLayer, bool showUnchanged,
                        QWidget * parent = 0, const char * name = 0);
-               virtual ~QG_ColorBox();
+               virtual ~ColorBox();
 
                RS_Color getColor();
                void setColor(const RS_Color & color);