summaryrefslogtreecommitdiffstats
path: root/kpoker/optionsdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpoker/optionsdlg.h')
-rw-r--r--kpoker/optionsdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kpoker/optionsdlg.h b/kpoker/optionsdlg.h
index d559de15..8aa6b8ff 100644
--- a/kpoker/optionsdlg.h
+++ b/kpoker/optionsdlg.h
@@ -39,9 +39,10 @@ class KIntNumInput;
class OptionsDlg : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- OptionsDlg(TQWidget* parent = 0, const char* name = 0, int _players = 1);
+ OptionsDlg(TQWidget* tqparent = 0, const char* name = 0, int _players = 1);
~OptionsDlg();
void init(int _drawDelay, int _maxBetOrCashPerRound, int minBet = -1);