diff options
Diffstat (limited to 'kpoker/kpaint.h')
-rw-r--r-- | kpoker/kpaint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/kpaint.h b/kpoker/kpaint.h index fe1440ee..119a2ba9 100644 --- a/kpoker/kpaint.h +++ b/kpoker/kpaint.h @@ -36,7 +36,7 @@ class TQLabel; class CardImages : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CardImages( TQWidget *parent = 0, const char *name = 0 ); @@ -67,7 +67,7 @@ class CardImages : public TQWidget class CardWidget : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: CardWidget( TQWidget *parent=0, const char *name=0 ); |