diff options
Diffstat (limited to 'kpoker/optionsdlg.h')
-rw-r--r-- | kpoker/optionsdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/optionsdlg.h b/kpoker/optionsdlg.h index 8aa6b8ff..5c62ef19 100644 --- a/kpoker/optionsdlg.h +++ b/kpoker/optionsdlg.h @@ -42,7 +42,7 @@ class OptionsDlg : public KDialogBase TQ_OBJECT public: - OptionsDlg(TQWidget* tqparent = 0, const char* name = 0, int _players = 1); + OptionsDlg(TQWidget* parent = 0, const char* name = 0, int _players = 1); ~OptionsDlg(); void init(int _drawDelay, int _maxBetOrCashPerRound, int minBet = -1); |