From 4c0dae60b2fbc60996fc8f4bd29ee6219b869527 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:03:00 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- kimgio/exr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kimgio/exr.cpp') diff --git a/kimgio/exr.cpp b/kimgio/exr.cpp index 5332140fa..862d8237a 100644 --- a/kimgio/exr.cpp +++ b/kimgio/exr.cpp @@ -53,7 +53,7 @@ using namespace Imf; * format into the normal 32 bit pixel format. Process is from the * ILM code. */ -QRgb RgbaToQrgba(struct Rgba imagePixel) +TQRgb RgbaToQrgba(struct Rgba imagePixel) { float r,g,b,a; -- cgit v1.2.1