X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpenwidget.h;h=11dcdcf44b67097a3f5436c8ba1e14ab5f08cdb2;hb=acd27aa62a4c78b6aeee523e3145a8aa53f4bcde;hp=7f096d94ab750a0a753675ab49ceaedf27f7b9c9;hpb=4708212b56a0c5645226e728f9a26ee1fd2d027d;p=architektonas diff --git a/src/penwidget.h b/src/penwidget.h index 7f096d9..11dcdcf 100644 --- a/src/penwidget.h +++ b/src/penwidget.h @@ -35,6 +35,7 @@ class PenWidget: public QWidget QLineEdit * blue; QComboBox * style; int r, g, b; + bool programChange; }; #endif // __PENWIDGET_H__