summaryrefslogtreecommitdiffstats
path: root/knights/list_pgn.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-07 15:58:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-08 20:54:06 +0900
commitb8335a4a3527cea739097fb2b9c014b0b8b1d6fa (patch)
treea2fb4a428bd97c9592cbfb95528b2626d48f8f75 /knights/list_pgn.cpp
parenta39b2b83e261d57058a72e6a9d11df90bb7d1dfe (diff)
downloadknights-b8335a4a3527cea739097fb2b9c014b0b8b1d6fa.tar.gz
knights-b8335a4a3527cea739097fb2b9c014b0b8b1d6fa.zip
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67931fdc7eef3648d88a34b9b01376ca8f6a70d7)
Diffstat (limited to 'knights/list_pgn.cpp')
-rw-r--r--knights/list_pgn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/list_pgn.cpp b/knights/list_pgn.cpp
index f1dfc22..24da179 100644
--- a/knights/list_pgn.cpp
+++ b/knights/list_pgn.cpp
@@ -126,7 +126,7 @@ void list_pgn::timerEvent( TQTimerEvent* )
{
emit selected( myURL, 0 );
}
- TQT_TQOBJECT(this)->killTimers();
+ this->killTimers();
listView->show();
dummyView->hide();
}