From 576eb4299a00bc053db35414406f46372a0f70f2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:42:31 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpoker/player.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kpoker/player.h') diff --git a/kpoker/player.h b/kpoker/player.h index 7d3988cf..56399151 100644 --- a/kpoker/player.h +++ b/kpoker/player.h @@ -19,7 +19,7 @@ #define PLAYER_H // QT includes -#include +#include // KDE includes #include @@ -100,7 +100,7 @@ class PokerPlayer * Sets a new name * @param newName The new name of the player **/ - void setName(const QString &newName) { m_name = newName; } + void setName(const TQString &newName) { m_name = newName; } /** * Informs the player that he is out (or is not out anymore) @@ -165,7 +165,7 @@ class PokerPlayer /** * @return The name of the player **/ - QString getName() const { return m_name; } + TQString getName() const { return m_name; } // FIXME: Rename to hasFolded? /** @@ -194,7 +194,7 @@ class PokerPlayer private: // Basic data: - QString m_name; // The name of the player. + TQString m_name; // The name of the player. bool m_isHuman; // True if the player is human. // The hand itself -- cgit v1.2.1