summaryrefslogtreecommitdiffstats
path: root/atlantik/libatlantikui/token.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'atlantik/libatlantikui/token.cpp')
-rw-r--r--atlantik/libatlantikui/token.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/libatlantikui/token.cpp b/atlantik/libatlantikui/token.cpp
index 0a4f5193..d6df61dc 100644
--- a/atlantik/libatlantikui/token.cpp
+++ b/atlantik/libatlantikui/token.cpp
@@ -33,11 +33,11 @@
#define TOKEN_ICONSIZE 32
-Token::Token(Player *player, AtlantikBoard *tqparent, const char *name) : TQWidget(tqparent, name)
+Token::Token(Player *player, AtlantikBoard *parent, const char *name) : TQWidget(parent, name)
{
setBackgroundMode(NoBackground); // avoid flickering
- m_parentBoard = tqparent;
+ m_parentBoard = parent;
m_player = player;
connect(m_player, TQT_SIGNAL(changed(Player *)), this, TQT_SLOT(playerChanged()));