summaryrefslogtreecommitdiffstats
path: root/konq-plugins/imagerotation/exif.py
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/imagerotation/exif.py')
-rwxr-xr-xkonq-plugins/imagerotation/exif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/imagerotation/exif.py b/konq-plugins/imagerotation/exif.py
index f056b51..ea65c6e 100755
--- a/konq-plugins/imagerotation/exif.py
+++ b/konq-plugins/imagerotation/exif.py
@@ -763,7 +763,7 @@ class EXIF_header:
# special case: null-terminated ASCII string
if count != 0:
self.file.seek(self.offset+offset)
- values=self.file.read(count).strip().tqreplace('\x00','')
+ values=self.file.read(count).strip().replace('\x00','')
else:
values=''
elif tag == 0x927C or tag == 0x9286: # MakerNote or UserComment