summaryrefslogtreecommitdiffstats
path: root/pytquic3/embed.cpp
diff options
context:
space:
mode:
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;