kmahjongg
Go to the documentation of this file.
18 #include <kapplication.h>
19 #include <kcmdlineargs.h>
20 #include <kaboutdata.h>
26 static const char description[] = I18N_NOOP(
"Mahjongg Solitaire for KDE");
28 int main(
int argc,
char** argv)
31 KAboutData::License_GPL, ki18n(
"(c) 1997, Mathias Mueller\n(c) 2006, Mauricio Piacentini\n("
32 "c) 2011, Christian Krippendorf"), KLocalizedString(),
"http://games.kde.org/kmahjongg");
33 aboutData.addAuthor(ki18n(
"Mathias Mueller"), ki18n(
"Original Author"),
"in5y158@public.uni-ham"
35 aboutData.addAuthor(ki18n(
"Christian Krippendorf"), ki18n(
"Current maintainer"),
"Coding@Christ"
36 "ian-Krippendorf.de");
37 aboutData.addAuthor(ki18n(
"Albert Astals Cid"), ki18n(
"Bug fixes"),
"aacid@kde.org");
38 aboutData.addAuthor(ki18n(
"David Black"), ki18n(
"KDE 3 rewrite and Extension"),
"david.black@lu"
40 aboutData.addAuthor(ki18n(
"Michael Haertjens"), ki18n(
"Solvable game generation\nbased on algor"
41 "ithm by Michael Meeks in GNOME mahjongg"),
"mhaertjens@modusoperandi.com");
42 aboutData.addCredit(ki18n(
"Raquel Ravanini"), ki18n(
"SVG Tileset for KDE4"),
"raquel@tabuleiro."
44 aboutData.addCredit(ki18n(
"Richard Lohman"), ki18n(
"Tile set contributor and current web page m"
45 "aintainer"),
"richardjlohman@yahoo.com");
46 aboutData.addCredit(ki18n(
"Osvaldo Stark"), ki18n(
"Tile set contributor and original web page m"
47 "aintainer"),
"starko@dnet.it");
48 aboutData.addCredit(ki18n(
"Benjamin Meyer"), ki18n(
"Code cleanup"),
"ben+kmahjongg@meyerhome.ne"
51 KCmdLineArgs::init(argc, argv, &aboutData);
53 KApplication application;
54 KGlobal::locale()->insertCatalog(
QLatin1String(
"libkdegames"));
55 KGlobal::locale()->insertCatalog(
QLatin1String(
"libkmahjongg"));
57 if (application.isSessionRestored()) {
64 return application.exec();
int main(int argc, char **argv)
#define KMAHJONGG_VERSION
static const char description[]
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:33 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.