summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/ohighscoredlg.h
Unidiff
Diffstat (limited to 'noncore/games/tetrix/ohighscoredlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tetrix/ohighscoredlg.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/noncore/games/tetrix/ohighscoredlg.h b/noncore/games/tetrix/ohighscoredlg.h
index fdbe623..845e639 100644
--- a/noncore/games/tetrix/ohighscoredlg.h
+++ b/noncore/games/tetrix/ohighscoredlg.h
@@ -14,8 +14,9 @@ class QListView;
14#include <qdialog.h> 14#include <qdialog.h>
15#include <list> 15#include <qlist.h>
16 16
17using namespace std; 17class t_playerData
18
19struct t_playerData
20{ 18{
19
20public :
21
21 QString sName; 22 QString sName;
@@ -47,3 +48,3 @@ class OHighscore : public QWidget
47 48
48 list<t_playerData*> playerData; 49 QList<t_playerData> playerData;
49 50
@@ -55,4 +56,2 @@ class OHighscore : public QWidget
55 56
56 list<t_playerData*>::iterator iPlayerData;
57
58 /* 57 /*