diff options
Diffstat (limited to 'kimgio/tga.cpp')
-rw-r--r-- | kimgio/tga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimgio/tga.cpp b/kimgio/tga.cpp index 46ecb0624..0b7c3df1e 100644 --- a/kimgio/tga.cpp +++ b/kimgio/tga.cpp @@ -324,7 +324,7 @@ KDE_EXPORT void kimgio_tga_read( TQImageIO *io ) // Read image header. TgaHeader tga; s >> tga; - s.tqdevice()->at( TgaHeader::SIZE + tga.id_length ); + s.tqdevice()->tqat( TgaHeader::SIZE + tga.id_length ); // Check image file format. if( s.atEnd() ) { |