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 --- libksirtet/common/board.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libksirtet/common/board.h') diff --git a/libksirtet/common/board.h b/libksirtet/common/board.h index 7b9f0b3a..5f38df9e 100644 --- a/libksirtet/common/board.h +++ b/libksirtet/common/board.h @@ -11,8 +11,9 @@ class AI; class LIBKSIRTET_EXPORT Board : public BaseBoard { Q_OBJECT + TQ_OBJECT public: - Board(bool graphic, GiftPool *, TQWidget *parent); + Board(bool graphic, GiftPool *, TQWidget *tqparent); virtual ~Board(); void setType(bool computer); -- cgit v1.2.1