From 50b6f1f60f14994ff4c520abd1b748c780f8572d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 14:24:26 -0500 Subject: Fix exec icon location and bring it into XDG compliance --- kcontrol/icons/iconthemes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol') diff --git a/kcontrol/icons/iconthemes.cpp b/kcontrol/icons/iconthemes.cpp index c75bf5fe7..826f6300d 100644 --- a/kcontrol/icons/iconthemes.cpp +++ b/kcontrol/icons/iconthemes.cpp @@ -62,7 +62,7 @@ IconThemesConfig::IconThemesConfig(TQWidget *parent, const char *name) TQHBoxLayout *lh2=new TQHBoxLayout( m_preview ); m_previewExec=new TQLabel(m_preview); - m_previewExec->setPixmap(DesktopIcon("exec")); + m_previewExec->setPixmap(DesktopIcon("application-x-executable")); m_previewFolder=new TQLabel(m_preview); m_previewFolder->setPixmap(DesktopIcon("folder")); m_previewDocument=new TQLabel(m_preview); -- cgit v1.2.3