summaryrefslogtreecommitdiffstats
path: root/knights/match_param.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 16:38:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-29 16:58:54 +0900
commitff0d52cab681a2154a1462935a5d9e4d6ebfe34e (patch)
treee7b68b2081d7f379ec279b5e99f42769c6d2eca8 /knights/match_param.cpp
parent67931fdc7eef3648d88a34b9b01376ca8f6a70d7 (diff)
downloadknights-ff0d52cab681a2154a1462935a5d9e4d6ebfe34e.tar.gz
knights-ff0d52cab681a2154a1462935a5d9e4d6ebfe34e.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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;
}