Fix exec icon location and bring it into XDG compliance

master
Timothy Pearson 10 years ago
parent 4a49e4dd10
commit 0f6fa330ad

@ -148,7 +148,7 @@ DesktopList::DesktopList( TQWidget *parent, const char *name )
setExtenderHighlight( true );
m_emptyIcon = TQPixmap(
TQImage(
TDEGlobal::iconLoader()->iconPath( u8( "exec" ), -32, false )
TDEGlobal::iconLoader()->iconPath( u8( "application-x-executable" ), -32, false )
).smoothScale( 32, 32, TQ_ScaleMin ) );
connect( this, TQT_SIGNAL( clicked( TQListViewItem *, const TQPoint &, int ) ),
this, TQT_SLOT( processClick( TQListViewItem *, const TQPoint &, int ) ) );

@ -148,7 +148,7 @@ DesktopList::DesktopList( TQWidget *parent, const char *name )
setExtenderHighlight( true );
m_emptyIcon = TQPixmap(
TQImage(
TDEGlobal::iconLoader()->iconPath( u8( "exec" ), -32, false )
TDEGlobal::iconLoader()->iconPath( u8( "application-x-executable" ), -32, false )
).smoothScale( 32, 32, TQ_ScaleMin ) );
connect( this, TQT_SIGNAL( clicked( TQListViewItem *, const TQPoint &, int ) ),
this, TQT_SLOT( processClick( TQListViewItem *, const TQPoint &, int ) ) );

Loading…
Cancel
Save