summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:37:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 13:55:29 +0900
commite0ee1309fe3df62b3562e482d55a027d1754af1b (patch)
tree5eaaca339a84562f775a70cf1e77ef15f2be85cc
parente87fce4fe4a15394a8f686cec10d73ba171c80b4 (diff)
downloadtwin-style-crystal-e0ee1309.tar.gz
twin-style-crystal-e0ee1309.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2b7871af1863242927ab0f599c8ed67ceceef7ab)
-rw-r--r--pics/embedtool.cpp2
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";