X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Flayerbox.h;h=678e142bbe65a699298b55993065374720c9ac7d;hb=1f0d096a7fc370ff02477f3860beae2669bf8903;hp=f4ebb8635df341ca8544ceccb27a12f3a80f349d;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/layerbox.h b/src/widgets/layerbox.h index f4ebb86..678e142 100644 --- a/src/widgets/layerbox.h +++ b/src/widgets/layerbox.h @@ -9,13 +9,13 @@ class RS_LayerList; /** * A combobox for choosing a layer. */ -class QG_LayerBox: public QComboBox +class LayerBox: public QComboBox { Q_OBJECT public: - QG_LayerBox(QWidget * parent = 0, const char * name = 0); - virtual ~QG_LayerBox(); + LayerBox(QWidget * parent = 0, const char * name = 0); + virtual ~LayerBox(); RS_Layer * getLayer(); void setLayer(RS_Layer & layer);