src/widgets.h

changeset 498
791c831c8020
parent 494
bd005c78a089
child 504
6a1fa662bfc1
--- 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);
 

mercurial