summaryrefslogtreecommitdiffstats
path: root/pytquic3/embed.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:40:15 +0900
commit6cbdd25dc4c6b0987636b37b2046b1b9464e3d60 (patch)
tree9d9cf23f242f2da29a51808d0ff40964bf787ccb /pytquic3/embed.cpp
parentf1918cc46e3124a613c6f724562b2e903f436f43 (diff)
downloadpytqt-6cbdd25dc4c6b0987636b37b2046b1b9464e3d60.tar.gz
pytqt-6cbdd25dc4c6b0987636b37b2046b1b9464e3d60.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'pytquic3/embed.cpp')
-rw-r--r--pytquic3/embed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytquic3/embed.cpp b/pytquic3/embed.cpp
index f86a1d6..b07db52 100644
--- a/pytquic3/embed.cpp
+++ b/pytquic3/embed.cpp
@@ -144,7 +144,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima
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;