summaryrefslogtreecommitdiffstats
path: root/tools/designer/tquic/embed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/tquic/embed.cpp')
-rw-r--r--tools/designer/tquic/embed.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/tquic/embed.cpp b/tools/designer/tquic/embed.cpp
index 4f8fa48f4..3f0a41e1b 100644
--- a/tools/designer/tquic/embed.cpp
+++ b/tools/designer/tquic/embed.cpp
@@ -143,7 +143,7 @@ void TQUic::embed( TQTextStream& out, const char* project, const TQStringList& i
out << "\n";
TQPtrList<EmbedImage> list_image;
- list_image.setAutoDelete( TRUE );
+ list_image.setAutoDelete( true );
int image_count = 0;
for ( it = images.begin(); it != images.end(); ++it ) {
TQImage img;
@@ -210,9 +210,9 @@ void TQUic::embed( TQTextStream& out, const char* project, const TQStringList& i
else
out << "0, ";
if ( e->alpha )
- out << "TRUE, ";
+ out << "true, ";
else
- out << "FALSE, ";
+ out << "false, ";
out << "\"" << e->name << "\" },\n";
e = list_image.next();
}
@@ -251,7 +251,7 @@ void TQUic::embed( TQTextStream& out, const char* project, const TQStringList& i
" );\n"
#endif
" if ( embed_image_vec[i].alpha )\n"
- " img.setAlphaBuffer(TRUE);\n"
+ " img.setAlphaBuffer(true);\n"
" return img;\n"
" }\n"
" }\n"