X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fcolorbox.h;h=cbd9412183d8eaab4c6485031c98692b8f58dd46;hb=1f0d096a7fc370ff02477f3860beae2669bf8903;hp=a5e58b7fc19373aa1944b694fbaebaf38a2741a4;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/colorbox.h b/src/widgets/colorbox.h index a5e58b7..cbd9412 100644 --- a/src/widgets/colorbox.h +++ b/src/widgets/colorbox.h @@ -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);