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 780a974f..5668889e 100644 --- a/kspaceduel/playerinfo.h +++ b/kspaceduel/playerinfo.h @@ -9,7 +9,7 @@ class TQPixmap; class PlayerInfo:public TQFrame { - Q_OBJECT + TQ_OBJECT public: PlayerInfo(int pnr,TQWidget *parent=0,const char *name=0); |