summaryrefslogtreecommitdiffstats
path: root/krecipes/src/exporters/kreexporter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-23 19:31:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-23 19:31:06 +0900
commitc295d595e9249794cf3c553e452a3341103c6e09 (patch)
tree37fcf862a483278b0e06efdb320ebddd7b2856ca /krecipes/src/exporters/kreexporter.cpp
parentc6f6aa86d3d66887d4a8384b87dca8f8b26e65b6 (diff)
downloadkrecipes-c295d595e9249794cf3c553e452a3341103c6e09.tar.gz
krecipes-c295d595e9249794cf3c553e452a3341103c6e09.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krecipes/src/exporters/kreexporter.cpp')
-rw-r--r--krecipes/src/exporters/kreexporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/krecipes/src/exporters/kreexporter.cpp b/krecipes/src/exporters/kreexporter.cpp
index 1d90ad1..04c556b 100644
--- a/krecipes/src/exporters/kreexporter.cpp
+++ b/krecipes/src/exporters/kreexporter.cpp
@@ -113,7 +113,6 @@ TQString KreExporter::createContent( const RecipeList& recipes )
TQImageIO iio( &buffer, "JPEG" );
iio.setImage( ( *recipe_it ).photo.convertToImage() );
iio.write();
- //( *recipe_it ).photo.save( &buffer, "JPEG" ); don't need TQImageIO in QT 3.2
xml += KCodecs::base64Encode( data, true );