summaryrefslogtreecommitdiffstats
path: root/konquest/gameenddlg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'konquest/gameenddlg.cc')
-rw-r--r--konquest/gameenddlg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/konquest/gameenddlg.cc b/konquest/gameenddlg.cc
index 726f0561..c9aa374a 100644
--- a/konquest/gameenddlg.cc
+++ b/konquest/gameenddlg.cc
@@ -20,7 +20,7 @@ GameEndDlg::GameEndDlg( TQWidget *parent )
// Create controls
TQLabel *label1 = new TQLabel( i18n("This is the last turn.\nDo you wish to add extra turns?")+"\n\n", page );
- label1->tqsetAlignment( AlignCenter );
+ label1->setAlignment( AlignCenter );
turnCountLbl = new TQLabel( page );
turnCount = new TQSlider( 1, 40, 1, 5, Qt::Horizontal, page );