--- a/src/widgets.h Sat Oct 05 12:51:13 2013 +0300 +++ b/src/widgets.h Sat Oct 05 15:18:47 2013 +0300 @@ -61,11 +61,11 @@ void init (Qt::Orientation orient); bool isChecked (int n) const; void rowBreak(); - void setCurrentRow (uint row); + void setCurrentRow (int row); void setValue (int val); int value() const; - QRadioButton* operator[] (uint n) const; + QRadioButton* operator[] (int n) const; RadioGroup& operator<< (QRadioButton* button); RadioGroup& operator<< (const char* entry);