QTfrontend/pages.h
changeset 2377 f3fab2b09e0c
parent 2261 57e99c908e7c
child 2392 a55dbef5cf31
--- a/QTfrontend/pages.h	Thu Sep 10 15:29:28 2009 +0000
+++ b/QTfrontend/pages.h	Thu Sep 10 15:30:11 2009 +0000
@@ -224,7 +224,7 @@
 #ifdef __APPLE__
     QCheckBox *CBAutoUpdate;
 #endif
-    
+
 	FPSEdit *fpsedit;
 	QPushButton *BtnSaveOptions;
 	QLabel *labelNN;
@@ -292,7 +292,7 @@
 	QPushButton *BtnGo;
 	QPushButton *BtnMaster;
 	QPushButton *BtnStart;
-	
+
 	QAction * restrictJoins;
 	QAction * restrictTeamAdds;
 
@@ -381,7 +381,7 @@
 	QPushButton * BtnRefresh;
 	QPushButton * BtnAdmin;
 	HWChatWidget * chatWidget;
-	
+
 public slots:
 	void setRoomsList(const QStringList & list);
 	void setAdmin(bool);
@@ -390,7 +390,7 @@
 	void onCreateClick();
 	void onJoinClick();
 	void onRefreshClick();
-	
+
 signals:
 	void askForCreateRoom(const QString &);
 	void askForJoinRoom(const QString &);