From ff5b07d9659291ac8172cd35f0821bcd30ce25c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:17:23 -0600 Subject: Rename obsolete tq methods to standard names --- konq-plugins/imagerotation/exif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konq-plugins/imagerotation/exif.py') diff --git a/konq-plugins/imagerotation/exif.py b/konq-plugins/imagerotation/exif.py index 1f71387..60fce74 100755 --- a/konq-plugins/imagerotation/exif.py +++ b/konq-plugins/imagerotation/exif.py @@ -811,7 +811,7 @@ class EXIF_header: repr(self.tags[ifd_name+' '+tag_name])) # extract uncompressed TIFF thumbnail (like pulling teeth) - # we take advantage of the pre-existing tqlayout in the thumbnail IFD as + # we take advantage of the pre-existing layout in the thumbnail IFD as # much as possible def extract_TIFF_thumbnail(self, thumb_ifd): entries=self.s2n(thumb_ifd, 2) -- cgit v1.2.1