diff options
Diffstat (limited to 'kpoker/kpoker.cpp')
-rw-r--r-- | kpoker/kpoker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/kpoker.cpp b/kpoker/kpoker.cpp index 92a7df5c..ebaad07f 100644 --- a/kpoker/kpoker.cpp +++ b/kpoker/kpoker.cpp @@ -275,7 +275,7 @@ void kpok::initWindow() wonLabel = new TQLabel(mWonWidget); wonLabel->setFont(wonFont); - wonLabel->tqsetAlignment(AlignCenter); + wonLabel->setAlignment(AlignCenter); wonLabel->hide(); inputLayout->addStretch(1); |