From 2c01fd64ddde84a6d78b632f7f3b7c3560dc288c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:58:25 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab. --- klipper/popupproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klipper/popupproxy.cpp') diff --git a/klipper/popupproxy.cpp b/klipper/popupproxy.cpp index 838888bb9..cff763ff6 100644 --- a/klipper/popupproxy.cpp +++ b/klipper/popupproxy.cpp @@ -133,7 +133,7 @@ int PopupProxy::insertFromSpill( int index ) { // discarding any that doesn't match the current filter. // stop when the total number of items equal m_itemsPerMenu; int count = 0; - int remainingHeight = m_menu_height - proxy_for_menu->sizeHint().height(); + int remainingHeight = m_menu_height - proxy_for_menu->tqsizeHint().height(); // Force at least one item to be inserted. remainingHeight = QMAX( remainingHeight, 0 ); for ( const HistoryItem* item = spillPointer.current(); -- cgit v1.2.1