summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
Diffstat (limited to 'kicker')
-rw-r--r--kicker/libkicker/panelbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/libkicker/panelbutton.cpp b/kicker/libkicker/panelbutton.cpp
index b79e7e66c..c8cc53bcc 100644
--- a/kicker/libkicker/panelbutton.cpp
+++ b/kicker/libkicker/panelbutton.cpp
@@ -875,7 +875,7 @@ void PanelButton::loadIcons()
KIcon::DisabledState;
if (nm=="kmenu-suse")
{
- TQString pth = locate( "data", "kicker/pics/kmenu_basic.mng" );
+ TQString pth = locate( "data", "kicker/data/kickoff/kmenu_basic.mng" );
if (!pth.isEmpty())
{
m_icon = TQImage(pth);