summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:49:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 13:59:57 +0900
commit45ad0192c9960f3394e00cd649a69a3c2309425c (patch)
tree4a168dc6cfd115f6ee4b72ed8e1b02b54a28a331 /kipi-plugins/htmlexport
parentaa3b7277a977600cdfab017549294e660103d4b2 (diff)
downloadkipi-plugins-45ad0192c9960f3394e00cd649a69a3c2309425c.tar.gz
kipi-plugins-45ad0192c9960f3394e00cd649a69a3c2309425c.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kipi-plugins/htmlexport')
-rw-r--r--kipi-plugins/htmlexport/generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/htmlexport/generator.cpp b/kipi-plugins/htmlexport/generator.cpp
index eceb1e9..f54061d 100644
--- a/kipi-plugins/htmlexport/generator.cpp
+++ b/kipi-plugins/htmlexport/generator.cpp
@@ -236,7 +236,7 @@ struct Generator::Private {
return;
}
- TQString imageFormat = TQImageIO::imageFormat(TQT_TQIODEVICE(&imageFile));
+ TQString imageFormat = TQImageIO::imageFormat(&imageFile);
if (imageFormat.isEmpty()) {
logWarning(i18n("Format of image '%1' is unknown").arg(path));
return;