summaryrefslogtreecommitdiffstats
path: root/kspaceduel/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspaceduel/playerinfo.h')
-rw-r--r--kspaceduel/playerinfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kspaceduel/playerinfo.h b/kspaceduel/playerinfo.h
index 022d533e..0963b405 100644
--- a/kspaceduel/playerinfo.h
+++ b/kspaceduel/playerinfo.h
@@ -7,11 +7,12 @@ class TQPixmap;
#include <tqlcdnumber.h>
#include <tqcolor.h>
-class PlayerInfo:public QFrame
+class PlayerInfo:public TQFrame
{
Q_OBJECT
+ TQ_OBJECT
public:
- PlayerInfo(int pnr,TQWidget *parent=0,const char *name=0);
+ PlayerInfo(int pnr,TQWidget *tqparent=0,const char *name=0);
public slots:
void setHitpoints(int h);
void setEnergy(int e);