diff options
Diffstat (limited to 'kimgio/xcf.cpp')
-rw-r--r-- | kimgio/xcf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |