diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:29:23 -0600 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 03:26:26 +0200 | 
| commit | 6a1f2b1b6b19b0dd47b1e58afff29a12ae158226 (patch) | |
| tree | b3de8cec6a2df2306a13d2d884ea95a8f0c207d2 /klipper/popupproxy.cpp | |
| parent | 6ca5e6d65a74d794637953bfea85c42e3bf828dd (diff) | |
| download | tdebase-6a1f2b1b6b19b0dd47b1e58afff29a12ae158226.tar.gz tdebase-6a1f2b1b6b19b0dd47b1e58afff29a12ae158226.zip | |
Rename old tq methods that no longer need a unique name
(cherry picked from commit 628043be55ddd2f534411d028e4f68c8fe4eaabb)
Diffstat (limited to 'klipper/popupproxy.cpp')
| -rw-r--r-- | klipper/popupproxy.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/klipper/popupproxy.cpp b/klipper/popupproxy.cpp index cff763ff6..838888bb9 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->tqsizeHint().height(); +    int remainingHeight = m_menu_height - proxy_for_menu->sizeHint().height();      // Force at least one item to be inserted.      remainingHeight = QMAX( remainingHeight, 0 );      for ( const HistoryItem* item = spillPointer.current(); | 
