summaryrefslogtreecommitdiffstats
path: root/konq-plugins/imagerotation
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:28:11 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:25:46 +0200
commit0669339d48f65fc18388faefe54b239591d4705f (patch)
tree6ef46442916496544051ff920549b71024548581 /konq-plugins/imagerotation
parentbe503a6af9e8a650410f5e3446c1c4ee338adaf4 (diff)
downloadtdeaddons-0669339d48f65fc18388faefe54b239591d4705f.tar.gz
tdeaddons-0669339d48f65fc18388faefe54b239591d4705f.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit b88830e9111dc4375bc1461c3f7b3e7b3e73f733)
Diffstat (limited to 'konq-plugins/imagerotation')
-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 ea65c6e..1f71387 100755
--- a/konq-plugins/imagerotation/exif.py
+++ b/konq-plugins/imagerotation/exif.py
@@ -240,7 +240,7 @@ GPS_TAGS={
0x0006: ('GPSAltitude', ),
0x0007: ('GPSTimeStamp', ),
0x0008: ('GPSSatellites', ),
- 0x0009: ('GPStqStatus', ),
+ 0x0009: ('GPSStatus', ),
0x000A: ('GPSMeasureMode', ),
0x000B: ('GPSDOP', ),
0x000C: ('GPSSpeedRef', ),