summaryrefslogtreecommitdiffstats
path: root/knights/challenge_game.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 18:28:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 18:28:11 +0000
commit9ca7f795653bc31cf1d206da1e12c801a8380fa6 (patch)
treeee829debe9ad76ce8fc3b10cdc376754dba5ed03 /knights/challenge_game.cpp
parent98cb2d5fa21e616cfea012f80bf1d989cfe264e3 (diff)
downloadknights-9ca7f795653bc31cf1d206da1e12c801a8380fa6.tar.gz
knights-9ca7f795653bc31cf1d206da1e12c801a8380fa6.zip
TQt4 port knights
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knights@1238529 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knights/challenge_game.cpp')
-rw-r--r--knights/challenge_game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/challenge_game.cpp b/knights/challenge_game.cpp
index b7d37cc..f1bd9a8 100644
--- a/knights/challenge_game.cpp
+++ b/knights/challenge_game.cpp
@@ -15,11 +15,11 @@
* *
***************************************************************************/
-#include <qapplication.h>
+#include <tqapplication.h>
#include "challenge_game.h"
-Challenge_Game::Challenge_Game(QString seeker, QString seeker_rating, QString match_kind, QString rated, QString time, QString incr, QString uid)
+Challenge_Game::Challenge_Game(TQString seeker, TQString seeker_rating, TQString match_kind, TQString rated, TQString time, TQString incr, TQString uid)
: _player(seeker), _match_type(match_kind), _is_rated(rated)
{
_id = uid.toInt();