From a8f627e6d45af521718176586daf0253b4daa597 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:52:49 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro --- 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 71adba63d..f4264cf56 100644 --- a/klipper/popupproxy.cpp +++ b/klipper/popupproxy.cpp @@ -98,7 +98,7 @@ void PopupProxy::tryInsertItem( HistoryItem const * const item, } else { const TQSize max_size( m_menu_width,m_menu_height/4 ); if ( image.height() > max_size.height() || image.width() > max_size.width() ) { - image.convertFromImage( TQImage(image.convertToImage()).smoothScale( max_size, TQ_ScaleMin ) ); + image.convertFromImage( TQImage(image.convertToImage()).smoothScale( max_size, TQImage::ScaleMin ) ); } id = proxy_for_menu->insertItem( image, -1, index ); } -- cgit v1.2.3