19 #ifndef _KCUSTOMMENUEDITOR_H_ 20 #define _KCUSTOMMENUEDITOR_H_ 22 #include <kdialogbase.h> 33 class TDEIO_EXPORT KCustomMenuEditor :
public KDialogBase
40 KCustomMenuEditor(TQWidget *parent);
45 void load(TDEConfigBase *);
50 void save(TDEConfigBase *);
54 void slotRemoveItem();
61 TDEListView *m_listView;
63 class KCustomMenuEditorPrivate;
64 KCustomMenuEditorPrivate *d;