diff options
Diffstat (limited to 'getimages/getimages.cpp')
-rw-r--r-- | getimages/getimages.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getimages/getimages.cpp b/getimages/getimages.cpp index e87dae4..e6b6cc3 100644 --- a/getimages/getimages.cpp +++ b/getimages/getimages.cpp @@ -41,7 +41,7 @@ int main ( int /*argc*/, char **/*argv*/ ) TQImage::BigEndian ); if ( embed_image_vec[i].alpha ) - img->setAlphaBuffer( TRUE ); + img->setAlphaBuffer( true ); img->save(TQString("style_pixmaps/") + embed_image_vec[i].name + TQString(".png"), "PNG"); delete img; @@ -57,7 +57,7 @@ int main ( int /*argc*/, char **/*argv*/ ) TQImage::BigEndian ); if ( dembed::embed_image_vec[i].alpha ) - img->setAlphaBuffer( TRUE ); + img->setAlphaBuffer( true ); img->save(TQString("client_pixmaps/") + dembed::embed_image_vec[i].name + TQString(".png"), "PNG"); delete img; |