summaryrefslogtreecommitdiffstats
path: root/kspaceduel/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspaceduel/playerinfo.h')
-rw-r--r--kspaceduel/playerinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspaceduel/playerinfo.h b/kspaceduel/playerinfo.h
index 0963b405..a0f570db 100644
--- a/kspaceduel/playerinfo.h
+++ b/kspaceduel/playerinfo.h
@@ -12,7 +12,7 @@ class PlayerInfo:public TQFrame
Q_OBJECT
TQ_OBJECT
public:
- PlayerInfo(int pnr,TQWidget *tqparent=0,const char *name=0);
+ PlayerInfo(int pnr,TQWidget *parent=0,const char *name=0);
public slots:
void setHitpoints(int h);
void setEnergy(int e);