From 90f1f50f00651f7bc9f8acf50556968b4288400d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 28 Nov 2013 13:30:19 -0600 Subject: Fix remnant QMIN/QMAX to TQMIN/TQMAX. --- tdeioslave/thumbnail/textcreator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeioslave/thumbnail/textcreator.cpp') diff --git a/tdeioslave/thumbnail/textcreator.cpp b/tdeioslave/thumbnail/textcreator.cpp index 322c944a2..13f3ba83f 100644 --- a/tdeioslave/thumbnail/textcreator.cpp +++ b/tdeioslave/thumbnail/textcreator.cpp @@ -122,9 +122,9 @@ bool TextCreator::create(const TQString &path, int width, int height, TQImage &i TQRect rect; int rest = m_pixmap.width() - (numCharsPerLine * chSize.width()); - xborder = QMAX( xborder, rest/2); // center horizontally + xborder = TQMAX( xborder, rest/2); // center horizontally rest = m_pixmap.height() - (numLines * chSize.height()); - yborder = QMAX( yborder, rest/2); // center vertically + yborder = TQMAX( yborder, rest/2); // center vertically // end centering int x = xborder, y = yborder; // where to paint the characters -- cgit v1.2.3