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/nsplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsplugins/viewer/nsplugin.cpp') diff --git a/nsplugins/viewer/nsplugin.cpp b/nsplugins/viewer/nsplugin.cpp index 8d41f9439..09e4f382c 100644 --- a/nsplugins/viewer/nsplugin.cpp +++ b/nsplugins/viewer/nsplugin.cpp @@ -1700,7 +1700,7 @@ int NSPluginStreamBase::process( const TQByteArray &data, int start ) max = _instance->NPWriteReady(_stream); //kdDebug(1431) << "to_sent == " << to_sent << " and max = " << max << endl; - len = QMIN(max, to_sent); + len = TQMIN(max, to_sent); //kdDebug(1431) << "-> Feeding stream to plugin: offset=" << _pos << ", len=" << len << endl; sent = _instance->NPWrite( _stream, _pos, len, d ); -- cgit v1.2.1