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 5c62ef19..c9fcb908 100644 --- a/kpoker/optionsdlg.h +++ b/kpoker/optionsdlg.h @@ -39,7 +39,7 @@ class KIntNumInput; class OptionsDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: OptionsDlg(TQWidget* parent = 0, const char* name = 0, int _players = 1); |