summaryrefslogtreecommitdiffstats
path: root/libkdegames/kchat.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:58:26 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:58:26 +0000
commit838baf3f99ec5ab81b063eb5449a3381d860f377 (patch)
treedd31abcfde08ca92e4623b8f50b3d762a87c997a /libkdegames/kchat.h
parent2bf598bafa22fac4126fc8842df6b0119aadc0e9 (diff)
downloadtdegames-838baf3f99ec5ab81b063eb5449a3381d860f377.tar.gz
tdegames-838baf3f99ec5ab81b063eb5449a3381d860f377.zip
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
Diffstat (limited to 'libkdegames/kchat.h')
-rw-r--r--libkdegames/kchat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libkdegames/kchat.h b/libkdegames/kchat.h
index 5eabb9d3..a28578c7 100644
--- a/libkdegames/kchat.h
+++ b/libkdegames/kchat.h
@@ -36,14 +36,15 @@ class KChatPrivate;
class KDE_EXPORT KChat : public KChatBase
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
- * @param parent The parent widget for this widget.
+ * @param tqparent The tqparent widget for this widget.
* @param twoPlayerGame If true the combo box where the player can
* choose to send to a single player or to all players will not be added
* as you will hardly need it in 2-player games.
**/
- KChat(TQWidget* parent, bool twoPlayerGame = false);
+ KChat(TQWidget* tqparent, bool twoPlayerGame = false);
virtual ~KChat();