diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 14:24:04 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 14:24:04 -0500 |
commit | 0f6fa330ad2fbcd8dbbe59bf06950b98ed9447b4 (patch) | |
tree | d87f511c344bac1c2f6235f4fe8512f3cb85af97 | |
parent | 4a49e4dd100168b921b791b848c943e4658c09d4 (diff) | |
download | adept-0f6fa330ad2fbcd8dbbe59bf06950b98ed9447b4.tar.gz adept-0f6fa330ad2fbcd8dbbe59bf06950b98ed9447b4.zip |
Fix exec icon location and bring it into XDG compliance
-rw-r--r-- | adept/adept/desktoplist.cpp | 2 | ||||
-rw-r--r-- | adept/libadept/desktoplist.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/adept/adept/desktoplist.cpp b/adept/adept/desktoplist.cpp index 10ddc89..44ab35d 100644 --- a/adept/adept/desktoplist.cpp +++ b/adept/adept/desktoplist.cpp @@ -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 ) ) ); diff --git a/adept/libadept/desktoplist.cpp b/adept/libadept/desktoplist.cpp index 10ddc89..44ab35d 100644 --- a/adept/libadept/desktoplist.cpp +++ b/adept/libadept/desktoplist.cpp @@ -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 ) ) ); |