X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fpatternbox.h;h=dcc9b770966af0cc5a7c2f0e886531c74f21e762;hb=af32602b9d8075080d5805143f1cd47fc10672e1;hp=aeaf81985cb3c18f2bd50b01c5c85a908d7aa9ca;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/patternbox.h b/src/widgets/patternbox.h index aeaf819..dcc9b77 100644 --- a/src/widgets/patternbox.h +++ b/src/widgets/patternbox.h @@ -8,13 +8,13 @@ class RS_Pattern; /** * A combobox for choosing a pattern name. */ -class QG_PatternBox: public QComboBox +class PatternBox: public QComboBox { Q_OBJECT public: - QG_PatternBox(QWidget * parent = 0, const char * name = 0); - virtual ~QG_PatternBox(); + PatternBox(QWidget * parent = 0, const char * name = 0); + virtual ~PatternBox(); void init(); RS_Pattern * getPattern();