klettres
Go to the documentation of this file.
25 #include <kaboutdata.h>
26 #include <kcmdlineargs.h>
28 #include <kapplication.h>
33 I18N_NOOP(
"KLettres helps a very young child or an adult learning \n"
34 "a new language by associating sounds and \n"
35 "letters in this language.\n\n"
36 "25 languages are available.");
40 int main(
int argc,
char **argv)
43 KAboutData::License_GPL, ki18n(
"(C) 2001-2011 Anne-Marie Mahfouf"),KLocalizedString(),
"http://edu.kde.org/klettres",
"submit@bugs.kde.org");
44 about.addAuthor( ki18n(
"Anne-Marie Mahfouf"), KLocalizedString(),
"annma AT kde DOT org",
"http://annma.blogspot.com",
"annma");
45 about.addCredit(ki18n(
"Marc Cheng"),
46 ki18n(
"Kids and grown-up oxygen icons"),
"bdgraue AT web DOT de");
47 about.addCredit(ki18n(
"Danny Allen"),
48 ki18n(
"SVG background pictures"),
"dannya40uk AT yahoo DOT co DOT uk");
49 about.addCredit(ki18n(
"Robert Gogolok"),
50 ki18n(
"Support and coding guidance"),
"mail AT robert-gogolok DOT de");
51 about.addCredit(ki18n(
"Peter Hedlund"),
52 ki18n(
"Code for generating special characters' icons"),
"peter DOT hedlund AT kdemail DOT net");
53 about.addCredit(ki18n(
"Waldo Bastian"),
54 ki18n(
"Port to KConfig XT, coding help"),
"bastian AT kde DOT org");
55 about.addCredit(ki18n(
"Pino Toscano"),
56 ki18n(
"Code cleaning, Theme class"),
"toscano DOT pino AT tiscali DOT it");
57 about.addCredit(ki18n(
"Michael Goettsche"),
58 ki18n(
"Timer setting widgets"),
"michael.goettsche AT kdemail DOT net");
59 KCmdLineArgs::init(argc, argv, &about);
61 KCmdLineOptions options;
62 KCmdLineArgs::addCmdLineOptions(options);
66 if (app.isSessionRestored()) {
70 KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
71 if (args->count() == 0) {
76 for (; i < args->count(); i++) {
int main(int argc, char **argv)
#define KLETTRES_VERSION
This file serves holds the version number of KLettres.
static const char description[]
static const char version[]
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:13 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.