From 838baf3f99ec5ab81b063eb5449a3381d860f377 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 04:58:26 +0000 Subject: TQt4 port kdegames This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1236074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpoker/optionsdlg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kpoker/optionsdlg.h') 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); -- cgit v1.2.1