summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:48:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 18:34:43 +0900
commit7469c7de8a78ea6ce541e4460d2ea0460825c240 (patch)
tree0b701bb5c444638be4970cbeeb25b2b9cd9f92fc
parent5998f419f047c2b6eab005f48f526712fa9198b4 (diff)
downloadlibkdcraw-7469c7de.tar.gz
libkdcraw-7469c7de.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--libkdcraw/dcraw/dcraw.c2
-rw-r--r--libkdcraw/libraw/internal/dcraw_common.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libkdcraw/dcraw/dcraw.c b/libkdcraw/dcraw/dcraw.c
index 36dcc71..9781efa 100644
--- a/libkdcraw/dcraw/dcraw.c
+++ b/libkdcraw/dcraw/dcraw.c
@@ -4977,7 +4977,7 @@ int CLASS parse_tiff_ifd (int base)
}
}
break;
- case 274: /* Qt::Orientation */
+ case 274: /* Orientation */
tiff_ifd[ifd].flip = "50132467"[get2() & 7]-'0';
break;
case 277: /* SamplesPerPixel */
diff --git a/libkdcraw/libraw/internal/dcraw_common.cpp b/libkdcraw/libraw/internal/dcraw_common.cpp
index 11304d4..31ae01d 100644
--- a/libkdcraw/libraw/internal/dcraw_common.cpp
+++ b/libkdcraw/libraw/internal/dcraw_common.cpp
@@ -4886,7 +4886,7 @@ int CLASS parse_tiff_ifd (int base)
}
}
break;
- case 274: /* Qt::Orientation */
+ case 274: /* Orientation */
tiff_ifd[ifd].t_flip = "50132467"[get2() & 7]-'0';
break;
case 277: /* SamplesPerPixel */