summaryrefslogtreecommitdiffstats
path: root/konquest/gameenddlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konquest/gameenddlg.cpp')
-rw-r--r--konquest/gameenddlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konquest/gameenddlg.cpp b/konquest/gameenddlg.cpp
index 0f8f5e7a..5d049599 100644
--- a/konquest/gameenddlg.cpp
+++ b/konquest/gameenddlg.cpp
@@ -35,7 +35,7 @@ GameEndDlg::GameEndDlg( TQWidget *parent )
init();
- connect( turnCount, TQT_SIGNAL(valueChanged( int )), this, TQT_SLOT(turnCountChange( int )) );
+ connect( turnCount, TQ_SIGNAL(valueChanged( int )), this, TQ_SLOT(turnCountChange( int )) );
}
GameEndDlg::~GameEndDlg()