summaryrefslogtreecommitdiffstats
path: root/kfouleggs/field.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfouleggs/field.cpp')
-rw-r--r--kfouleggs/field.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfouleggs/field.cpp b/kfouleggs/field.cpp
index ae9bcdce..997e4f48 100644
--- a/kfouleggs/field.cpp
+++ b/kfouleggs/field.cpp
@@ -10,8 +10,8 @@
#include "board.h"
-FEField::FEField(TQWidget *parent)
- : Field(parent)
+FEField::FEField(TQWidget *tqparent)
+ : Field(tqparent)
{
Board *b = static_cast<Board *>(board);
TQWhatsThis::add(b->giftPool(), i18n("Display the amount of foul eggs sent by your opponent."));