diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:37:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 18:40:01 +0900 |
commit | 2b7871af1863242927ab0f599c8ed67ceceef7ab (patch) | |
tree | 11fefc69a8f6ecce46ea3a4906bd45a36616a5af | |
parent | 3c18be9389a9ec9c6a3ad3703a88d076f6de0e52 (diff) | |
download | twin-style-crystal-2b7871af1863242927ab0f599c8ed67ceceef7ab.tar.gz twin-style-crystal-2b7871af1863242927ab0f599c8ed67ceceef7ab.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | pics/embedtool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pics/embedtool.cpp b/pics/embedtool.cpp index 9211690..228c133 100644 --- a/pics/embedtool.cpp +++ b/pics/embedtool.cpp @@ -71,7 +71,7 @@ nVIDIAEmbedder::nVIDIAEmbedder() file = new TQFile(); file->open( IO_WriteOnly | IO_Truncate ,stdout); - stream.setDevice( TQT_TQIODEVICE(file) ); + stream.setDevice( file ); #if (0) stream << "/*\n"; |