summaryrefslogtreecommitdiffstats
path: root/knights/pgn.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:34:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 14:29:14 +0900
commita39b2b83e261d57058a72e6a9d11df90bb7d1dfe (patch)
tree2126437cf4983bfdf6b5a68d2b290df066980784 /knights/pgn.cpp
parent0959fe8c0a4b70e2fdc9e11667c9e0720d7d1c36 (diff)
downloadknights-a39b2b83e261d57058a72e6a9d11df90bb7d1dfe.tar.gz
knights-a39b2b83e261d57058a72e6a9d11df90bb7d1dfe.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd25da6a2bbb2e936cdbf3e472fa9cac4ac42821)
Diffstat (limited to 'knights/pgn.cpp')
-rw-r--r--knights/pgn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/pgn.cpp b/knights/pgn.cpp
index 4dc14f5..b0355c7 100644
--- a/knights/pgn.cpp
+++ b/knights/pgn.cpp
@@ -732,7 +732,7 @@ bool pgn::open( const TQString &URL )
close();
return FALSE;
}
- Input.setDevice( TQT_TQIODEVICE(&File) );
+ Input.setDevice( &File );
CurrentURL = URL;
File.at(0);
return TRUE;