diff options
Diffstat (limited to 'kpoker/betbox.h')
-rw-r--r-- | kpoker/betbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/betbox.h b/kpoker/betbox.h index e3c52ce9..8b335e03 100644 --- a/kpoker/betbox.h +++ b/kpoker/betbox.h @@ -36,7 +36,7 @@ class BetBox : public TQGroupBox TQ_OBJECT public: - BetBox(TQWidget* tqparent = 0, const char* name = 0); + BetBox(TQWidget* parent = 0, const char* name = 0); ~BetBox(); |