summaryrefslogtreecommitdiffstats
path: root/kbackgammon/engines/nextgen/kbggame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbackgammon/engines/nextgen/kbggame.cpp')
-rw-r--r--kbackgammon/engines/nextgen/kbggame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbackgammon/engines/nextgen/kbggame.cpp b/kbackgammon/engines/nextgen/kbggame.cpp
index 6ee709e1..13ae076a 100644
--- a/kbackgammon/engines/nextgen/kbggame.cpp
+++ b/kbackgammon/engines/nextgen/kbggame.cpp
@@ -31,13 +31,13 @@
/*
* Constructor
*/
-KBgGame::KBgGame(int cookie, QObject *parent)
+KBgGame::KBgGame(int cookie, TQObject *parent)
: KGame(cookie, parent)
{
// do nothing...
}
-bool KBgGame::playerInput(QDataStream &msg,KPlayer *player)
+bool KBgGame::playerInput(TQDataStream &msg,KPlayer *player)
{
Q_INT32 move;
msg >> move;