From 84136f93b36f0107deca190ebc105e3216b0638f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 8 Jan 2026 22:21:09 +0900 Subject: TEMP: cmake Signed-off-by: Michele Calgaro --- src/modules/popupeditor/popupeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/popupeditor/popupeditor.cpp') diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp index 1a5265c..e405756 100644 --- a/src/modules/popupeditor/popupeditor.cpp +++ b/src/modules/popupeditor/popupeditor.cpp @@ -163,7 +163,7 @@ void KviPopupListViewItem::setIcon(const TQString & szIcon) case ExtMenu: m_szIcon = szIcon; { - TQPixmap * pix = g_pIconManager->getImage(szIcon); + TQPixmap * pix = g_pIconManager->getImage(szIcon.local8Bit()); if(pix)setPixmap(0,*pix); else setPixmap(0,TQPixmap()); } -- cgit v1.2.3