summaryrefslogtreecommitdiffstats
path: root/twin/clients/keramik
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-03 00:48:02 +0900
committerMichele Calgaro <[email protected]>2023-12-05 12:00:23 +0900
commit3f84b83e22ef17cc53110d2c31bf6f1b3d850971 (patch)
tree57a5efdc44eb1850db7a52801b72f6a034a9b89d /twin/clients/keramik
parente240ec46647a83839cc365b13f730d694aeb2686 (diff)
downloadtdebase-3f84b83e22ef17cc53110d2c31bf6f1b3d850971.tar.gz
tdebase-3f84b83e22ef17cc53110d2c31bf6f1b3d850971.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1390bece9a81780610a9aee6f7d543f72bf57d1a)
Diffstat (limited to 'twin/clients/keramik')
-rw-r--r--twin/clients/keramik/embedtool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/keramik/embedtool.cpp b/twin/clients/keramik/embedtool.cpp
index 8d39f9650..1cc56fe32 100644
--- a/twin/clients/keramik/embedtool.cpp
+++ b/twin/clients/keramik/embedtool.cpp
@@ -66,7 +66,7 @@ KeramikEmbedder::KeramikEmbedder()
file = new TQFile( "tiles.h" );
file->open( IO_WriteOnly | IO_Truncate );
- stream.setDevice( TQT_TQIODEVICE(file) );
+ stream.setDevice( file );
stream << "/*\n";
stream << " * Generated by embedtool 1.0 on " << datestring << endl;