summaryrefslogtreecommitdiffstats
path: root/kcontrol/kicker/menutab_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kicker/menutab_impl.h')
-rw-r--r--kcontrol/kicker/menutab_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kcontrol/kicker/menutab_impl.h b/kcontrol/kicker/menutab_impl.h
index 20ed393e1..71c669048 100644
--- a/kcontrol/kicker/menutab_impl.h
+++ b/kcontrol/kicker/menutab_impl.h
@@ -62,10 +62,14 @@ signals:
public slots:
void launchMenuEditor();
+ void launchIconEditor();
+ void kmenuChanged();
protected:
kSubMenuItem *m_bookmarkMenu;
kSubMenuItem *m_quickBrowserMenu;
+ QString m_kmenu_icon;
+ bool m_kmenu_button_changed;
};
#endif