diff -r 330a2dbacd67 -r 30ca06092a64 QTfrontend/pages.h --- a/QTfrontend/pages.h Mon Aug 14 14:49:40 2006 +0000 +++ b/QTfrontend/pages.h Wed Aug 16 11:41:00 2006 +0000 @@ -149,12 +149,9 @@ QPushButton *BtnEditTeam; QComboBox *CBTeamName; QGroupBox *AGGroupBox; - QGroupBox *NNGroupBox; QComboBox *CBResolution; QCheckBox *CBEnableSound; QCheckBox *CBFullscreen; - QLabel *label; - QLineEdit *editNetNick; QPushButton *BtnSaveOptions; }; @@ -167,6 +164,11 @@ QPushButton *BtnBack; QPushButton *BtnNetConnect; + QGroupBox *NNGroupBox; + QLabel *labelNN; + QLineEdit *editNetNick; + QLabel *labelIP; + QLineEdit * editIP; }; class PageNetChat : public QWidget