QTfrontend/pages.h
changeset 111 30ca06092a64
parent 94 c6eec0bdb630
child 133 c79cb5e5b24a
--- 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