summaryrefslogtreecommitdiffstats
path: root/knights/challenge_game.cpp
diff options
context:
space:
mode:
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();