QTfrontend/hwform.h
changeset 8434 4821897a0f10
parent 8416 e691acd778f5
child 8444 75db7bb8dce8
child 8716 e09633d10f16
--- a/QTfrontend/hwform.h	Fri Jan 25 12:54:24 2013 +0100
+++ b/QTfrontend/hwform.h	Fri Jan 25 13:59:27 2013 +0100
@@ -109,7 +109,7 @@
         void NetNickNotRegistered(const QString & nick);
         void NetNickTaken(const QString & nick);
         void NetAuthFailed();
-	bool RetryDialog(const QString & title, const QString & label);
+        bool RetryDialog(const QString & title, const QString & label);
         void NetTeamAccepted(const QString& team);
         void AddNetTeam(const HWTeam& team);
         void RemoveNetTeam(const HWTeam& team);
@@ -174,7 +174,7 @@
             ID_PAGE_CAMPAIGN       ,
             ID_PAGE_DRAWMAP        ,
             ID_PAGE_DATADOWNLOAD   ,
-            ID_PAGE_VIDEOS	   ,
+            ID_PAGE_VIDEOS         ,
             MAX_PAGE
         };
         QPointer<HWGame> game;