From 72849e2a6f973af3eeaa573a66635e37cc427bb0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 28 Nov 2013 13:28:01 -0600 Subject: Fix remnant QMIN/QMAX to TQMIN/TQMAX. --- kimgio/xcf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kimgio/xcf.cpp') diff --git a/kimgio/xcf.cpp b/kimgio/xcf.cpp index 252b3e036..1c0bb79d1 100644 --- a/kimgio/xcf.cpp +++ b/kimgio/xcf.cpp @@ -116,7 +116,7 @@ XCFImageFormat::XCFImageFormat() inline int XCFImageFormat::add_lut( int a, int b ) { - return QMIN( a + b, 255 ); + return TQMIN( a + b, 255 ); } void XCFImageFormat::readXCF(TQImageIO *io) -- cgit v1.2.1