diff options
Diffstat (limited to 'kshisen/board.cpp')
-rw-r--r-- | kshisen/board.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshisen/board.cpp b/kshisen/board.cpp index 3b224718..2501f2b1 100644 --- a/kshisen/board.cpp +++ b/kshisen/board.cpp @@ -683,7 +683,7 @@ void Board::drawConnection(int timeout) p.flush(); p.end(); - TQTimer::singleShot(timeout, this, TQT_SLOT(undrawConnection())); + TQTimer::singleShot(timeout, this, TQ_SLOT(undrawConnection())); } void Board::undrawConnection() |