summaryrefslogtreecommitdiff
path: root/client/widgets/radiobuttons.h
diff options
context:
space:
mode:
authordeva <deva>2010-04-29 12:26:01 +0000
committerdeva <deva>2010-04-29 12:26:01 +0000
commit0d76adfb6dce6dec1367913752f7b0a818e1bc21 (patch)
treedb67eab193681dea72df4a14bbdac39b67fcf106 /client/widgets/radiobuttons.h
parentc96a2e557f0a9322c9369a06041e894cc2f11e93 (diff)
Backported some widget behaviour from head.
Diffstat (limited to 'client/widgets/radiobuttons.h')
-rw-r--r--client/widgets/radiobuttons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/widgets/radiobuttons.h b/client/widgets/radiobuttons.h
index a32147b..9b165c9 100644
--- a/client/widgets/radiobuttons.h
+++ b/client/widgets/radiobuttons.h
@@ -63,6 +63,9 @@ public slots:
signals:
void wasChanged();
+protected:
+ void changeEvent(QEvent *event);
+
private:
QVector < RadioButton* > radiobutton_list;