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. --- klipper/popupproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klipper') diff --git a/klipper/popupproxy.cpp b/klipper/popupproxy.cpp index 4811e8f98..1c427834a 100644 --- a/klipper/popupproxy.cpp +++ b/klipper/popupproxy.cpp @@ -135,7 +135,7 @@ int PopupProxy::insertFromSpill( int index ) { int count = 0; int remainingHeight = m_menu_height - proxy_for_menu->sizeHint().height(); // Force at least one item to be inserted. - remainingHeight = QMAX( remainingHeight, 0 ); + remainingHeight = TQMAX( remainingHeight, 0 ); for ( const HistoryItem* item = spillPointer.current(); item && remainingHeight >= 0; nextItemNumber++, item = ++spillPointer ) -- cgit v1.2.1