From 47750e70ba9171c10e32a1033b68ae2b614799fa Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 22 Aug 2007 10:23:33 +0000 Subject: name have moved to widget in all classes. combobox is a dummy so far --- client/widgets/radiobutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets/radiobutton.h') diff --git a/client/widgets/radiobutton.h b/client/widgets/radiobutton.h index 6239c3f..a2f06c5 100644 --- a/client/widgets/radiobutton.h +++ b/client/widgets/radiobutton.h @@ -31,7 +31,7 @@ #include #include -class RadioButton : public Widget, public QRadioButton +class RadioButton : public QRadioButton, public Widget { public: -- cgit v1.2.3