kgoldrunner
Go to the documentation of this file.
21 #include <kapplication.h>
22 #include <kaboutdata.h>
23 #include <kcmdlineargs.h>
28 I18N_NOOP (
"KGoldrunner is a game of action and puzzle solving");
36 int main (
int argc,
char **argv)
44 KAboutData about (
"kgoldrunner", 0, ki18n (
"KGoldrunner"),
46 KAboutData::License_GPL,
47 ki18n (
"(C) 2003 Ian Wadham and Marco Krüger"),
48 KLocalizedString(),
"http://games.kde.org/kgoldrunner" );
51 KCmdLineArgs::init (argc, argv, &about);
55 if (app.isSessionRestored()) {
72 about.addAuthor (ki18n (
"Ian Wadham"), ki18n (
"Current author"),
73 "iandw.au@gmail.com");
74 about.addAuthor (ki18n (
"Marco Krüger"), ki18n (
"Original author"),
76 about.addCredit (ki18n (
"Mauricio Piacentini"),
77 ki18n (
"Port to KDE4, Qt4 and KGameCanvas classes"),
78 "mauricio@tabuleiro.com");
79 about.addCredit (ki18n (
"Maurizio Monge"),
80 ki18n (
"KGameCanvas classes for KDE4"),
81 "maurizio.monge@gmail.com");
82 about.addCredit (ki18n (
"Mauricio Piacentini"),
83 ki18n (
"Artwork for runners and default theme"),
84 "mauricio@tabuleiro.com");
85 about.addCredit (ki18n (
"Johann Ollivier Lapeyre"),
86 ki18n (
"Artwork for bars and ladders"),
87 "johann.ollivierlapeyre@gmail.com");
88 about.addCredit (ki18n (
"Eugene Trounev"),
89 ki18n (
"Artwork for background of Geek City theme"),
90 "irs_me@hotmail.com");
91 about.addCredit (ki18n (
"Luciano Montanaro"),
92 ki18n (
"Nostalgia themes, improvements to runners, "
93 "multiple-backgrounds feature, fade-in/fade-out "
94 "feature and several other ideas"),
95 "mikelima@cirulla.net");
96 about.addCredit (ki18n (
"Eugene Trounev"),
97 ki18n (
"Artwork for the Treasure of Egypt theme"),
98 "irs_me@hotmail.com");
int main(int argc, char **argv)
static void addCredits(KAboutData &about)
static const char description[]
This class serves as the main window for KGoldrunner.
static const char version[]
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:24 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.