changeset 636 | dc93ac775bb9 |
parent 632 | 5e09ae25729f |
child 646 | ed610c2cd0a4 |
--- a/QTfrontend/pages.h Sun Dec 09 13:21:47 2007 +0000 +++ b/QTfrontend/pages.h Sun Dec 09 13:49:33 2007 +0000 @@ -44,6 +44,7 @@ class HWChatWidget; class SelWeaponWidget; class HWNetServersWidget; +class QRadioButton; class PageMain : public QWidget { @@ -165,6 +166,8 @@ QLineEdit *editNetNick; QLabel *labelIP; QLineEdit * editIP; + QRadioButton * rbLocalGame; + QRadioButton * rbInternetGame; private: QGroupBox * ConnGroupBox;