1 #include "kcustommenueditor.h"
2 #include <kapplication.h>
5 #include <kcmdlineargs.h>
7 int main(int argc
, char** argv
)
9 KCmdLineArgs::init(argc
, argv
, "kcustommenueditortest", "kdelibs4", ki18n("kcustommenueditortest"),"0",ki18n("test app"));
11 app
.setQuitOnLastWindowClosed(false);
12 KCustomMenuEditor
editor(0);
13 KConfig
*cfg
= new KConfig("kdesktop_custom_menu2");