diff options
Diffstat (limited to 'kimgio/hdr.cpp')
-rw-r--r-- | kimgio/hdr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimgio/hdr.cpp b/kimgio/hdr.cpp index b96cddcb0..82a2e111d 100644 --- a/kimgio/hdr.cpp +++ b/kimgio/hdr.cpp @@ -127,7 +127,7 @@ namespace { // Private. if (val != 2) { - s.tqdevice()->at( s.tqdevice()->at() - 1 ); + s.tqdevice()->tqat( s.tqdevice()->tqat() - 1 ); Read_Old_Line(image.data(), width, s); RGBE_To_QRgbLine(image.data(), scanline, width); continue; |