diff options
Diffstat (limited to 'kspaceduel/playerinfo.h')
-rw-r--r-- | kspaceduel/playerinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspaceduel/playerinfo.h b/kspaceduel/playerinfo.h index a0f570db..780a974f 100644 --- a/kspaceduel/playerinfo.h +++ b/kspaceduel/playerinfo.h @@ -10,7 +10,7 @@ class TQPixmap; class PlayerInfo:public TQFrame { Q_OBJECT - TQ_OBJECT + public: PlayerInfo(int pnr,TQWidget *parent=0,const char *name=0); public slots: |