Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/9/head
Michele Calgaro 6 months ago
parent 5998f419f0
commit 7469c7de8a
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