Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7469c7de8a)
r14.1.x
Michele Calgaro 7 months ago
parent cf62b14fc5
commit d2e28d1ae4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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 */

@ -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 */

Loading…
Cancel
Save