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. --- nsplugins/viewer/kxt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsplugins/viewer/kxt.cpp') diff --git a/nsplugins/viewer/kxt.cpp b/nsplugins/viewer/kxt.cpp index e2ab625ed..2c374f2cd 100644 --- a/nsplugins/viewer/kxt.cpp +++ b/nsplugins/viewer/kxt.cpp @@ -281,7 +281,7 @@ static void np_do_timers( void*, void* ) timeval *tm = qt_wait_timer(); if (tm) { - int interval = QMIN(tm->tv_sec,INT_MAX/1000)*1000 + tm->tv_usec/1000; + int interval = TQMIN(tm->tv_sec,INT_MAX/1000)*1000 + tm->tv_usec/1000; np_set_timer( interval ); } qxtapp->sendPostedEvents(); -- cgit v1.2.3