summaryrefslogtreecommitdiffstats
path: root/knights/match_param.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/match_param.cpp')
-rw-r--r--knights/match_param.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/match_param.cpp b/knights/match_param.cpp
index d5e4351..93cd4ac 100644
--- a/knights/match_param.cpp
+++ b/knights/match_param.cpp
@@ -213,7 +213,7 @@ void match_param::setVariation(const int variation)
void match_param::setTimer( void )
{
if( TimerFlag ) return;
- TQTimer::singleShot( 0, this, TQT_SLOT( slot_Timer() ) );
+ TQTimer::singleShot( 0, this, TQ_SLOT( slot_Timer() ) );
TimerFlag = TRUE;
}