summaryrefslogtreecommitdiffstats
path: root/kpoker/playerbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpoker/playerbox.cpp')
-rw-r--r--kpoker/playerbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/playerbox.cpp b/kpoker/playerbox.cpp
index 3c60c9bb..530ebd81 100644
--- a/kpoker/playerbox.cpp
+++ b/kpoker/playerbox.cpp
@@ -30,8 +30,8 @@
#include "kpaint.h"
-PlayerBox::PlayerBox(bool playerOne, TQWidget* tqparent, const char* name)
- : TQGroupBox(tqparent, name)
+PlayerBox::PlayerBox(bool playerOne, TQWidget* parent, const char* name)
+ : TQGroupBox(parent, name)
{
TQHBoxLayout* l = new TQHBoxLayout(this, PLAYERBOX_BORDERS,
PLAYERBOX_HDISTANCEOFWIDGETS);