summaryrefslogtreecommitdiffstats
path: root/knights/proto_xboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/proto_xboard.cpp')
-rw-r--r--knights/proto_xboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/proto_xboard.cpp b/knights/proto_xboard.cpp
index 1c2fbd0..556a589 100644
--- a/knights/proto_xboard.cpp
+++ b/knights/proto_xboard.cpp
@@ -46,7 +46,7 @@ proto_xboard::proto_xboard( const int ID ) : proto_base( ID )
CMDList = new CommandList;
InitTimer = new TQTimer( this );
- connect( InitTimer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( releaseBuffer() ) );
+ connect( InitTimer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( releaseBuffer() ) );
Check = TRUE;
Team = FALSE;