diff options
Diffstat (limited to 'src/kommando.cpp')
-rw-r--r-- | src/kommando.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kommando.cpp b/src/kommando.cpp index 2459af1..9a52b93 100644 --- a/src/kommando.cpp +++ b/src/kommando.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "kommando.h" -#include <klocale.h> +#include <tdelocale.h> #include <X11/Xlib.h> #include <X11/Xmu/WinUtil.h> #include <kpixmapeffect.h> @@ -213,7 +213,7 @@ void Kommando::slotButtonSelected( int type ) } break; case RoundButton::Commando: - navbutton.setIcon("exec"); + navbutton.setIcon("application-x-executable"); break; case RoundButton::Submenu: navbutton.setIcon("folder"); |