60 #include <KApplication>
61 #include <KCmdLineArgs>
78 int main(
int argc,
char *argv[])
80 KAboutData aboutData(
"SymbolEditor",
82 ki18n(
"SymbolEditor"),
"1.3.0",
83 ki18n(
"A cross stitch symbol editor."),
84 KAboutData::License_GPL_V2,
85 ki18n(
"(c)2011 Stephen Allewell"),
87 "http://kxstitch.sourceforge.net/kxstitch",
88 "sallewell@users.sourceforge.net");
89 aboutData.addAuthor(ki18n(
"Stephen Allewell"), ki18n(
"Project Lead"),
"sallewell@users.sourceforge.net");
91 KCmdLineArgs::init(argc, argv, &aboutData);