diff options
Diffstat (limited to 'src/modules/popupeditor')
| -rw-r--r-- | src/modules/popupeditor/popupeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |
