diff -r 0fb6d55ecd66 -r dc93ac775bb9 QTfrontend/pages.h --- 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;